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 13b8dd2 commit 4943e29
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/[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 4943e29

Please sign in to comment.