We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d5401 commit 2a2deccCopy full SHA for 2a2decc
.github/workflows/continuous-deployment.yml
@@ -91,7 +91,7 @@ jobs:
91
92
production-deployment:
93
name: production-deployment
94
- needs: [point-production-to-staging]
+ needs: [fast-rollback, point-production-to-staging]
95
runs-on: ubuntu-latest
96
environment: production
97
permissions:
0 commit comments