fix(ci): Add pipx-packages to deps image workflow trigger paths.#1869
Conversation
WalkthroughConsolidates path trigger definitions in two GitHub Actions workflows: adds a shared path group in the artifact-build workflow and a YAML anchor in the macOS core-build workflow; both include Changes
Sequence Diagram(s)(omitted) Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
junhaoliao
left a comment
There was a problem hiding this comment.
the changes look correct to me. posted some nitpicky comments
junhaoliao
left a comment
There was a problem hiding this comment.
for the title, how about:
fix(ci): Add `pipx-packages` to deps image workflow trigger paths.
pipx-packages scripts' changes.pipx-packages to deps image workflow trigger paths.
Co-authored-by: Junhao Liao <[email protected]>
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
…-scope#1869) Co-authored-by: Junhao Liao <[email protected]>
Description
#1271 introduced pipx package install scripts under
components/core/tools/scripts/lib_install/pipx-packages/, but the deps image GitHub Actions workflow was not updated to watch this directory. As a result, changes to these scripts would not trigger the expected image rebuilds.This PR adds the missing path to the workflow trigger list and includes a small refactor to eliminate duplicated config path definitions.
Checklist
breaking change.
Validation performed
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.