Skip to content

Commit

Permalink
CI: don't realy on non-existing job any more (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz authored Sep 16, 2024
1 parent e12e9ad commit fe94451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
publish:

name: Publish to PyPi
needs: [pre-commit, tests]
needs: [tests]
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fe94451

Please sign in to comment.