We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec94b35 commit 41c49baCopy full SHA for 41c49ba
.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
93
94
deploy:
95
name: Deploy
96
- needs: unit
+ needs: check
97
runs-on: ubuntu-latest
98
# Run only on pushing a tag
99
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
0 commit comments