Skip to content

Add path filters to skip builds on documentation-only changes#6

Merged
bjoernbethge merged 1 commit intomainfrom
add/path-filters
Jan 21, 2026
Merged

Add path filters to skip builds on documentation-only changes#6
bjoernbethge merged 1 commit intomainfrom
add/path-filters

Conversation

@bjoernbethge
Copy link
Collaborator

Summary

  • Added paths-ignore filters to workflows to skip CI/security runs when only documentation files are changed
  • Filters applied to: PR review, CI, CodeQL, and Semgrep workflows
  • Exception: Did not add filters to scheduled-claude-code-docs-sync.yml as it needs to run on markdown changes

Test plan

  • Verify workflows don't run when only .md files are changed
  • Verify workflows still run when code files are changed
  • Verify scheduled workflows still run as expected

🤖 Generated with Claude Code

Added paths-ignore filters to workflows to skip CI/security runs when
only documentation files are changed:
- PR Claude Code Review workflow
- CI workflow (lint, typecheck, test, build)
- CodeQL security analysis
- Semgrep security scan

Exception: Did not add filters to scheduled-claude-code-docs-sync.yml
as it needs to run on markdown changes.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@bjoernbethge bjoernbethge merged commit 840370c into main Jan 21, 2026
1 of 7 checks passed
@bjoernbethge bjoernbethge deleted the add/path-filters branch January 21, 2026 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant