Skip to content

Align the staging workflow quality gates with main CI/CD #65

Description

@masa-57

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    ci/cdContinuous integration and deployment workflow workenhancementNew feature or requestpriority:highImportant to address soon

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions