Don't use slim Ubuntu runner for pre-commit#376
Conversation
It's quite slow to run.
WalkthroughThe pull request updates the GitHub Actions workflow configuration to use Ubuntu-Latest as the runner image for the pre-commit job, replacing the previous Ubuntu-Slim image. No changes to control flow or timeout settings. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Pull request overview
This PR updates the pre-commit workflow to use the Ubuntu-Latest runner instead of Ubuntu-Slim to improve workflow execution performance. The change addresses slow execution times experienced with the slim Ubuntu runner.
Changes:
- Changed the GitHub Actions runner from
Ubuntu-SlimtoUbuntu-Latestin the pre-commit workflow
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
close #
✏️ Description
It's quite slow to run.