Skip to content

Commit

Permalink
maint: fix dependency on pre-commit job
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Jun 27, 2024
1 parent d9556d0 commit 8cae00b
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 @@ -92,7 +92,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 8cae00b

Please sign in to comment.