-
-
Notifications
You must be signed in to change notification settings - Fork 10
[installer] Fix the upload triggers #4121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
📝 WalkthroughWalkthroughModified GitHub Actions installer workflow to adjust file-change detection patterns. The "Detect changes to installer README" step now exclusively checks installer/README.md. The renamed "Detect changes to installer scripts" step now detects changes in both installer/make-combine-installer.sh and deploy/scripts/.install-combine., with updated grep flags. Control flow remains unchanged. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4121 +/- ##
=======================================
Coverage 74.92% 74.92%
=======================================
Files 295 295
Lines 10911 10911
Branches 1366 1366
=======================================
Hits 8175 8175
Misses 2341 2341
Partials 395 395
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@coderabbitai We squash-merge to |
|
Tip For best results, initiate chat on the files or code changes.
✏️ Learnings added
|
jasonleenaylor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jasonleenaylor reviewed 1 file and all commit messages, and made 2 comments.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @imnasnainaec).
.github/workflows/installer.yml line 105 at r1 (raw file):
id: changed-readme run: | if git diff --name-only HEAD~1.. | grep -qE "^installer/README.md$|^deploy/scripts/.*install-combine.*$"; then
🤦♂️
Follow-up to #4108, which updated the wrong trigger.
This change is
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.