We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f26c14 commit cc52a8aCopy full SHA for cc52a8a
.github/workflows/unit-tests.yml
@@ -207,6 +207,9 @@ jobs:
207
# This steps checks the status of all test jobs and fails if any of them failed or were cancelled.
208
# It is a workaround for the lack of a built-in feature to finalize a pipeline by checking the status of multiple jobs
209
needs: # List all your run-*-test jobs
210
+ - pre-commit
211
+ - get-pr-labels
212
+ - build-bionemo-image
213
- run-tests
214
- run-slow-tests
215
- run-notebooks-docs
0 commit comments