Update action reproducible build scheduler to not clone repo

This commit is contained in:
ayumi-signal
2025-10-17 13:00:50 -07:00
committed by GitHub
parent 0906da9806
commit f26919d399

View File

@@ -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: |