Skip to content

Commit be1f360

Browse files
committed
redo needs in cd
1 parent a983399 commit be1f360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
deploy:
4545
name: Deploy
46-
#needs: [ build ]
46+
needs: [ build ]
4747
if: github.event_name != 'pull_request' || (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'deploy'))
4848
uses: ./.github/workflows/deploy.yml
4949
with:

0 commit comments

Comments
 (0)