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 ab05b8d commit dc100d1Copy full SHA for dc100d1
.github/workflows/pull_request.yaml
@@ -71,15 +71,15 @@ jobs:
71
secrets: inherit
72
73
deploy-stg:
74
- needs: [deploy-dev]
+ needs: [continuous-integration, deploy-dev]
75
uses: ./.github/workflows/_deploy.yaml
76
with:
77
environment: stg
78
docker_tag: ${{ needs.continuous-integration.outputs.python-archetype-docker-tag }}
79
80
81
deploy-pro:
82
- needs: [deploy-stg]
+ needs: [continuous-integration, deploy-stg]
83
84
85
environment: pro
0 commit comments