github/workflows: fix reproduce schedule (#1587)

This commit is contained in:
sh
2025-07-16 10:42:14 +00:00
committed by GitHub
parent b6ea025333
commit fc581bf729

View File

@@ -25,7 +25,7 @@ jobs:
- name: Execute reproduce script
run: |
${GITHUB_WORKSPACE}/scripts/reproduce-builds.sh "$TAG"
${GITHUB_WORKSPACE}/scripts/simplexmq-reproduce-builds.sh "$TAG" || :
- name: Check if build has been reproduced
env: