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
Skip CI/RTD builds when the change is irrelevant (#4381)
- Add paths-ignore for docs/** and .readthedocs.yaml to the go, buf,
kotlin, python, and typescript workflows so doc-only PRs don't
spin up the Go test matrix.
- Add a Read the Docs post_checkout hook that exits 183 (the
documented "cancel build successfully" code) for PR builds that
don't touch docs/ or .readthedocs.yaml, mirroring the inverse on
the RTD side.
Note: if any of the skipped checks are currently listed as required
in branch protection, doc-only PRs will block waiting for them. Flip
those to non-required, or add a matching no-op workflow that runs
under the ignored paths, as a follow-up.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments