We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2170a3d commit 224e837Copy full SHA for 224e837
.github/workflows/ci-cd-prod.yml
@@ -78,7 +78,7 @@ jobs:
78
deploy-apps:
79
name: Deploy apps to prod
80
needs:
81
- [check-for-changes]
+ [check-for-changes, deploy-infra]
82
if: ${{ always() && !failure() && !cancelled() && needs.check-for-changes.outputs.hasBackendChanges == 'true' }}
83
uses: ./.github/workflows/workflow-deploy-apps.yml
84
secrets:
0 commit comments