Skip to content

Commit 4c6599c

Browse files
committed
report needs to wait for other jobs
1 parent f550ce7 commit 4c6599c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sims.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ jobs:
367367

368368
report-status-pr:
369369
runs-on: ubuntu-latest
370-
needs: member
370+
needs: [member, test-sim-nondeterminism, test-sim-import-export, test-sim-after-import, test-sim-multi-seed-short]
371371
permissions:
372372
pull-requests: write
373373
if: always() && github.event_name == 'issue_comment' && needs.member.outputs.valid == 'true'

0 commit comments

Comments
 (0)