-
Notifications
You must be signed in to change notification settings - Fork 0
Improve cache cleanup after merge action #317
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
Conversation
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.
Pull request overview
This PR enhances the cache cleanup workflow to support manual execution for specific pull requests and increases the cache entry limit to handle larger volumes of cache entries generated by sccache.
Key Changes:
- Added manual workflow trigger with pull request number input
- Increased cache listing limit from 100 to 10,000 entries
- Updated branch reference to support both automatic and manual triggers
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
2d0d126 to
52eafd0
Compare
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.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
52eafd0 to
7618ea6
Compare
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.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
With sccache enabled the number of cache entries for PR can increase a lot. And it's good to be able to execute it manually for specific PR in case rerun is needed for any reason.
7618ea6 to
7953e79
Compare
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.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
With sccache enabled the number of cache entries for PR can increase a lot. And it's good to be able to execute it manually for specific PR in case rerun is needed for any reason.