Skip to content

Commit 5139790

Browse files
authored
ci: Add all jobs as conclusion deps (#501)
Follow up from #500 (comment)
1 parent 23f0f01 commit 5139790

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,11 @@ jobs:
8484
# For branch protection settings, this job provides a "stable" name that can be used to gate PR merges
8585
# on "all matrix jobs were successful".
8686
conclusion:
87-
needs: [test, pre-commit]
87+
needs:
88+
- test
89+
- verify-bcr-patches
90+
- test-release
91+
- pre-commit
8892
runs-on: ubuntu-latest
8993
if: always()
9094
steps:

0 commit comments

Comments
 (0)