mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-19 17:58:48 +00:00
Update action reproducible build scheduler to not clone repo
This commit is contained in:
@@ -9,7 +9,7 @@ on:
|
||||
type: boolean
|
||||
description: 'Ignore version cache and reproduce the latest builds'
|
||||
required: true
|
||||
default: true
|
||||
default: false
|
||||
schedule:
|
||||
- cron: '0 12 * * *'
|
||||
jobs:
|
||||
@@ -75,12 +75,6 @@ jobs:
|
||||
echo "result=false" >> $GITHUB_OUTPUT
|
||||
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
|
||||
if: steps.should-run.outputs.result == 'true'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user