Fix pipeline: remove verify-staging from deploy-production needs (manual gate is sufficient)

This commit is contained in:
Jordan Ramos
2026-05-08 13:02:12 -06:00
parent eef324936d
commit 3f00f4c941

View File

@@ -217,8 +217,6 @@ deploy-production:
needs: needs:
- build-frontend - build-frontend
- test-backend - test-backend
- job: verify-staging
optional: true
# ============================================================================= # =============================================================================
# STAGE 6: Post-deploy verification # STAGE 6: Post-deploy verification