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 a983399 commit be1f360Copy full SHA for be1f360
.github/workflows/cd.yml
@@ -43,7 +43,7 @@ jobs:
43
44
deploy:
45
name: Deploy
46
- #needs: [ build ]
+ needs: [ build ]
47
if: github.event_name != 'pull_request' || (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'deploy'))
48
uses: ./.github/workflows/deploy.yml
49
with:
0 commit comments