-
Notifications
You must be signed in to change notification settings - Fork 1.2k
ci: don't fetch tags when not needed #7007
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
ci: don't fetch tags when not needed #7007
Conversation
✅ No Merge Conflicts DetectedThis PR currently has no conflicts with other open PRs. |
WalkthroughGitHub Actions workflow files across the repository have been updated to include the Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
🧰 Additional context used📓 Path-based instructions (1){guix-build*,releases,**/guix-build*,releases/**,.github/**,depends/**,ci/**,contrib/**,doc/**}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
🧠 Learnings (4)📓 Common learnings📚 Learning: 2025-11-24T16:41:22.445ZApplied to files:
📚 Learning: 2025-11-24T16:41:22.445ZApplied to files:
📚 Learning: 2025-02-13T07:36:17.572ZApplied to files:
🔇 Additional comments (5)
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 |
|
This results in binaries with no specific version which makes CI build artifacts less useful imo |
Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
UdjinM6
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.
utACK 815f7c4
kwvg
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.
utACK 815f7c4
Issue being fixed or feature implemented
Avoid fetching tags in CI when not needed / used
What was done?
use --no-tags
How Has This Been Tested?
See CI
Breaking Changes
None
Checklist:
Go over all the following points, and put an
xin all the boxes that apply.