Skip to content

ci: skip pipeline for docs-only PRs via paths-ignore#109

Merged
zeevdr merged 1 commit into
mainfrom
ci/paths-ignore-105
May 30, 2026
Merged

ci: skip pipeline for docs-only PRs via paths-ignore#109
zeevdr merged 1 commit into
mainfrom
ci/paths-ignore-105

Conversation

@zeevdr
Copy link
Copy Markdown
Member

@zeevdr zeevdr commented May 30, 2026

Summary

  • Docs-only PRs (any *.md, docs/**, examples/**/README.md) waste 10–15 minutes of CI running the full integration stack against changes that cannot affect runtime behavior.
  • Adding paths-ignore to the pull_request trigger causes GitHub to skip the entire workflow and automatically mark the required status checks as passing.
  • PRs that touch both docs and source still run the full pipeline.

Test plan

  • Verify a docs-only PR (README edit) shows all CI checks as skipped/passing without running any jobs
  • Verify a mixed PR (README + source edit) triggers the full pipeline

Closes #105

Add paths-ignore to the pull_request trigger so PRs that touch only
*.md files or docs/** skip the full pipeline (~10-15 min CI). GitHub
marks the required status checks as passing automatically when the
workflow is filtered out.

Closes #105
@zeevdr zeevdr added this to the Beta Readiness milestone May 30, 2026
@zeevdr zeevdr added size: S Quick win — a few hours or less priority: P2 Nice-to-have labels May 30, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@zeevdr zeevdr merged commit d7e6ff4 into main May 30, 2026
14 checks passed
@zeevdr zeevdr deleted the ci/paths-ignore-105 branch May 30, 2026 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority: P2 Nice-to-have size: S Quick win — a few hours or less

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: add paths-ignore to skip full pipeline for docs-only PRs

1 participant