We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0bf96 commit a36aa41Copy full SHA for a36aa41
.github/workflows/release.yaml
@@ -72,7 +72,7 @@ jobs:
72
cd-production:
73
name: cd / production
74
uses: cloudposse/github-actions-workflows/.github/workflows/cd-ecs.yml@main
75
- needs: [ monorepo, ci-outputs ]
+ needs: [ monorepo, ci-outputs, cd-staging ]
76
if: ${{ needs.monorepo.outputs.apps != '[]' }}
77
strategy:
78
matrix:
0 commit comments