Skip to content

Commit fe94451

Browse files
authored
CI: don't realy on non-existing job any more (#126)
1 parent e12e9ad commit fe94451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
publish:
5555

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

0 commit comments

Comments
 (0)