mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Update action reproducible build scheduler to not clone repo
This commit is contained in:
@@ -9,7 +9,7 @@ on:
|
|||||||
type: boolean
|
type: boolean
|
||||||
description: 'Ignore version cache and reproduce the latest builds'
|
description: 'Ignore version cache and reproduce the latest builds'
|
||||||
required: true
|
required: true
|
||||||
default: true
|
default: false
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 12 * * *'
|
- cron: '0 12 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
@@ -75,12 +75,6 @@ jobs:
|
|||||||
echo "result=false" >> $GITHUB_OUTPUT
|
echo "result=false" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Clone Desktop git repo to check git tag
|
|
||||||
if: steps.should-run.outputs.result == 'true'
|
|
||||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
|
||||||
with:
|
|
||||||
ref: ${{ steps.latest-version.outputs.tag }}
|
|
||||||
|
|
||||||
- name: Run workflow Reproducible Build using REST API
|
- name: Run workflow Reproducible Build using REST API
|
||||||
if: steps.should-run.outputs.result == 'true'
|
if: steps.should-run.outputs.result == 'true'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user