We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d2ce7 commit 3f5296aCopy full SHA for 3f5296a
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
run: poetry run pytest ./tests/custom/
38
39
publish:
40
- needs: [compile, test]
+ needs: [compile]
41
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
42
runs-on: ubuntu-20.04
43
steps:
0 commit comments