Skip to content

Commit ea6f739

Browse files
committed
release flow wait for main before deploying proxy
1 parent c88debb commit ea6f739

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release_created.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
--targetComponent "api" \
4242
--terraformAction "apply"
4343
deploy-proxy:
44+
needs: deploy-main #wait for backend deploy to complete
4445
name: "Deploy proxy"
4546
runs-on: ubuntu-latest
4647
timeout-minutes: 10

0 commit comments

Comments
 (0)