Problem
CI jobs that are not required by the CI gates ruleset waste compute and create
misleading UX where checks appear pending but the merge button is already
available.
Current CI jobs
audit, integration-tests, quality, security, test, version
Action
Compare these jobs against what desired_ci_gates_ruleset() produces for this
repo's language and configuration. Remove any jobs that run but are not required
by the gates.
Notes
integration-tests is a regular job (steps-based with matrix strategy), not a reusable workflow call.
Context
Tracks vergil-project/vergil-tooling#976
Problem
CI jobs that are not required by the CI gates ruleset waste compute and create
misleading UX where checks appear pending but the merge button is already
available.
Current CI jobs
audit,integration-tests,quality,security,test,versionAction
Compare these jobs against what
desired_ci_gates_ruleset()produces for thisrepo's language and configuration. Remove any jobs that run but are not required
by the gates.
Notes
integration-testsis a regular job (steps-based with matrix strategy), not a reusable workflow call.Context
Tracks vergil-project/vergil-tooling#976