chore(ci): filter unrelated builds with native paths - #3217
Merged
Merged
Conversation
- share conservative PR path selection across build workflows - retain required check names and full non-PR coverage - add rename and API fallback regression checks - document filtering and correct branch globs
- remove custom scope workflow and JavaScript tests - use native PR path filters for non-required workflows - retain required checks and original job dependencies - document the narrower filtering scope
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3217 +/- ##
=========================================
Coverage 41.13% 41.14%
Complexity 7212 7212
=========================================
Files 802 802
Lines 69393 69393
Branches 9237 9237
=========================================
+ Hits 28546 28549 +3
+ Misses 37583 37582 -1
+ Partials 3264 3262 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
- remove CI implementation details from the build guide - explain path-filter constraints beside required checks - keep the filtering rationale in the PR description
MrJs133
approved these changes
Sep 17, 2026
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.
Problem and change
Documentation-only PRs trigger unrelated builds. Use native GitHub Actions pull_request.paths
filters for PD/Store, cluster, Docker and dependency workflows. Include module and shared
build inputs, and exclude named README/AGENTS/CLAUDE documents.
Required Server, Commons, CodeQL and license workflows remain unfiltered to avoid pending
required checks. Push coverage and job dependencies are unchanged.
Correct existing release/test branch glob syntax.
Validation
and unchanged shellcheck findings.
Documentation Status