Skip to content

Commit fc581bf

Browse files
authored
github/workflows: fix reproduce schedule (#1587)
1 parent b6ea025 commit fc581bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reproduce-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Execute reproduce script
2727
run: |
28-
${GITHUB_WORKSPACE}/scripts/reproduce-builds.sh "$TAG"
28+
${GITHUB_WORKSPACE}/scripts/simplexmq-reproduce-builds.sh "$TAG" || :
2929
3030
- name: Check if build has been reproduced
3131
env:

0 commit comments

Comments
 (0)