Skip to content

Commit

Permalink
simplify "required" jobs (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalten authored Jan 25, 2025
1 parent 13b8dd2 commit fc443e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1
required:
runs-on: ubuntu-latest
needs: [test, examples, determinism, lint] # this automatically depends on all matrix jobs
steps:
- run: echo "All dependent jobs are required to pass"

0 comments on commit fc443e4

Please sign in to comment.