Skip to content

Commit

Permalink
ci: ci -> tests
Browse files Browse the repository at this point in the history
  • Loading branch information
loiccoyle committed Jul 2, 2024
1 parent da446f2 commit 22dd5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

publish:
name: Publish to pypi
needs: ci
needs: tests
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 22dd5f7

Please sign in to comment.