Skip to content

Commit 0e43d25

Browse files
committed
chore(gh-actions): Testing needs change
1 parent dc52934 commit 0e43d25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-chatbot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)