Skip to content

Commit

Permalink
simplify "required" jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
lalten committed Jan 25, 2025
1 parent dcb11cf commit db64af8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]

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 db64af8

Please sign in to comment.