github/workflows: fix reproduce schedule (#6075)

This commit is contained in:
sh
2025-07-16 10:41:53 +00:00
committed by GitHub
parent 2669727754
commit 88538c7b07

View File

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