Fix pipeline: mark verify-staging as optional dependency for deploy-production

This commit is contained in:
Jordan Ramos
2026-05-08 12:57:39 -06:00
parent de2c5f245e
commit eef324936d

View File

@@ -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