chore(ci): add path filters and PR/merge_group triggers to kapinger workflow#2110
Merged
chore(ci): add path filters and PR/merge_group triggers to kapinger workflow#2110
Conversation
Member
Author
|
CI is failing as expected, need #2096 to go in first |
Retina Code Coverage ReportTotal coverage no changeIncreased diff
|
a2d98ff to
2000422
Compare
…orkflow The kapinger workflow previously ran on every push to main regardless of whether kapinger files changed. Add path filters, pull_request and merge_group triggers so CI validates kapinger changes before merge, and skip unnecessary runs when unrelated files change. Signed-off-by: Quang Nguyen <nguyenquang@microsoft.com>
2000422 to
6517f2d
Compare
ibezrukavyi
approved these changes
Mar 27, 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.
Description
The kapinger workflow runs on every push to main regardless of whether kapinger files changed, and has no
pull_requestormerge_grouptriggers so changes aren't validated before merge.Add
pathsfilters scoped tohack/tools/kapinger/**and the workflow file itself,pull_requestandmerge_grouptriggers,tagstrigger for releases, and explicitpermissionsblock.Related Issue
N/A
Checklist
git commit -S -s ...).Screenshots (if applicable) or Testing Completed
CI-only change — no manual testing needed.
Additional Notes
Split out from #2096 per review feedback.