Skip to content

Commit 6835204

Browse files
committed
[PRMP-1567] Add dependent job
1 parent 8d0e9a1 commit 6835204

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/full-deploy-to-sandbox.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
name: "Run Bulk Upload"
108108
if: ${{ inputs.bulk_upload }}
109109
uses: "./.github/workflows/base-run-bulk-upload.yml"
110+
needs: ["deploy_all_lambdas"]
110111
with:
111112
environment: ${{ inputs.environment }}
112113
sandbox: ${{ inputs.sandbox }}

0 commit comments

Comments
 (0)