We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88debb commit ea6f739Copy full SHA for ea6f739
1 file changed
.github/workflows/release_created.yaml
@@ -41,6 +41,7 @@ jobs:
41
--targetComponent "api" \
42
--terraformAction "apply"
43
deploy-proxy:
44
+ needs: deploy-main #wait for backend deploy to complete
45
name: "Deploy proxy"
46
runs-on: ubuntu-latest
47
timeout-minutes: 10
0 commit comments