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