We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e2b7b commit 2eb6052Copy full SHA for 2eb6052
1 file changed
.github/workflows/deploy.yml
@@ -88,7 +88,7 @@ jobs:
88
deploy-application:
89
permissions:
90
id-token: write
91
- needs: deploy-infrastructure
+ needs: [deploy-infrastructure, determine-git-sha]
92
uses: ./.github/workflows/deploy-application.yml
93
with:
94
environment: ${{ inputs.environment }}
0 commit comments