We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7ef56 commit 2b2aab8Copy full SHA for 2b2aab8
.github/workflows/test_and_deploy.yml
@@ -51,7 +51,7 @@ jobs:
51
52
deploy:
53
name: Deploy
54
- needs: test
+ needs: install
55
if: success() && startsWith(github.ref, 'refs/tags/')
56
runs-on: ubuntu-latest
57
0 commit comments