File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,23 +38,23 @@ jobs:
3838 secrets : inherit
3939
4040 notify-user :
41- needs : generate-token
41+ needs : parse-command
4242 uses : zerodaycode/app-summoners-sync/.github/workflows/notify-user.yml@develop
4343 with :
4444 environment : ${{ needs.parse-command.outputs.environment }}
4545 project : ${{ needs.parse-command.outputs.project }}
4646 infra : ${{ needs.parse-command.outputs.artifact }}
4747
4848 trigger-deployment :
49- needs : notify-user
49+ needs : parse-command
5050 if : needs.parse-command.outputs.project != ''
5151 uses : zerodaycode/app-summoners-sync/.github/workflows/deploy-project.yml@develop
5252 with :
5353 project : ${{ needs.parse-command.outputs.project }}
5454 environment : ${{ needs.parse-command.outputs.environment }}
5555
5656 deploy-infra :
57- needs : notify-user
57+ needs : parse-command
5858 if : needs.parse-command.outputs.artifact != ''
5959 uses : zerodaycode/app-summoners-sync/.github/workflows/deploy-infra.yml@develop
6060 with :
You can’t perform that action at this time.
0 commit comments