Skip to content

Commit

Permalink
ci: pass job should be dependent on all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendrapaipuri authored and mwouts committed Oct 19, 2023
1 parent de470cc commit 0f2d18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
upload: ${{ inputs.upload-build-artifacts || false }}

pass:
needs: [ build ]
needs: [ pre-commit, codeql, test-pip, test-conda, build ]
runs-on: ubuntu-latest
steps:
- name: Check jobs
Expand Down

0 comments on commit 0f2d18d

Please sign in to comment.