Fix pipeline: mark verify-staging as optional dependency for deploy-production
This commit is contained in:
@@ -217,7 +217,8 @@ deploy-production:
|
|||||||
needs:
|
needs:
|
||||||
- build-frontend
|
- build-frontend
|
||||||
- test-backend
|
- test-backend
|
||||||
- verify-staging
|
- job: verify-staging
|
||||||
|
optional: true
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# STAGE 6: Post-deploy verification
|
# STAGE 6: Post-deploy verification
|
||||||
|
|||||||
Reference in New Issue
Block a user