Summary
The staging workflow still has weaker safeguards than the main CI/CD workflow.
Evidence
Compared with , currently lacks:
- docs-only change detection and conditional job skipping
- coverage enforcement/report artifact steps
- deploy-readiness gating for Modal credentials
- post-deploy smoke coverage
Why this matters
Staging should be close enough to production CI to catch deployment-specific regressions before mainline deploys.
Suggested direction
- Reuse the main workflow structure where practical
- Keep environment-specific differences isolated to branch/secrets/deploy targets
- Preserve fast feedback where possible
Summary
The staging workflow still has weaker safeguards than the main CI/CD workflow.
Evidence
Compared with , currently lacks:
Why this matters
Staging should be close enough to production CI to catch deployment-specific regressions before mainline deploys.
Suggested direction