File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -38,23 +38,24 @@ jobs:
3838 secrets : inherit
3939
4040 notify-user :
41- needs : parse-command
41+ needs : [ parse-command, generate-token]
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 : parse-command
49+ needs : [ parse-command, notify-user]
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 }}
55+ secrets : inherit
5556
5657 deploy-infra :
57- needs : parse-command
58+ needs : [ parse-command, notify-user]
5859 if : needs.parse-command.outputs.artifact != ''
5960 uses : zerodaycode/app-summoners-sync/.github/workflows/deploy-infra.yml@develop
6061 with :
You can’t perform that action at this time.
0 commit comments