chore(ci): Add paths-ignore to CI workflow triggers#1407
Merged
Conversation
Skip unnecessary CI runs when only documentation or unrelated files change. Benchmarks, schema generation, CodeQL, and Docker builds now trigger only on source code changes. CI, autofix, and pack-repository use paths-ignore to skip docs-only changes. Docker workflow push/PR path filters are unified. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This comment has been minimized.
This comment has been minimized.
Contributor
⚡ Performance Benchmark
Details
History02a9368 chore(ci): Add path-based filtering to workflow triggers
|
This comment has been minimized.
This comment has been minimized.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1407 +/- ##
=======================================
Coverage 87.40% 87.40%
=======================================
Files 116 116
Lines 4392 4392
Branches 1018 1018
=======================================
Hits 3839 3839
Misses 553 553 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Deploying repomix with
|
| Latest commit: |
a053ad4
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5bd17ab9.repomix.pages.dev |
| Branch Preview URL: | https://chore-add-ci-path-filters.repomix.pages.dev |
Revert path filter changes to all workflows except ci.yml to keep the change minimal and maintainable. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This comment has been minimized.
This comment has been minimized.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
paths-ignoreto CI workflow triggers to skip unnecessary runs when only documentation files change.Changes
ci.yml— skip on**/*.md,LICENSE,.github/releases/**changesworkflow_dispatchis unaffected, so manual runs always workChecklist
npm run testnpm run lint🤖 Generated with Claude Code