Skip to content

Commit

Permalink
Build docs only when tests succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Apr 18, 2024
1 parent fbb574d commit 3297375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:

docs:
runs-on: ubuntu-latest
needs: [ tests_matrix ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 3297375

Please sign in to comment.