You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: remove duplicate SaaS jobs from ci.yml (covered by release.yml)
release.yml already runs saas_integration (8.7) and saas_integration_8_8
on push to main and stable/**, with full secret access via the
integration / integration-8.8 environments. The copies in ci.yml were
gated to push-to-main only and ran the same commands against the same
secrets — pure duplication.
With CI's push trigger now scoped to stable/** (#740), the ci.yml
copies would never have fired anyway. Drop them outright.
Net effect: SaaS coverage is unchanged on main, and gains stable/**
coverage (which release.yml already provided but the ci.yml copies
did not).
0 commit comments