Closed warnyul closed 6 months ago
The updates to the GitHub Actions workflow enhance the build process by adding more precise conditions for job execution and improving the checkout step's depth handling. These changes ensure that jobs only run on the default branch and for a specific repository, while also fetching the complete history during the checkout.
File | Change Summary |
---|---|
.github/workflows/build.yml |
Updated job condition to check github.ref_name against default branch. |
.../workflows/build.yml | Added fetch-depth: 0 to actions/checkout step. |
.../workflows/build.yml | Included repository name check for 'apter-tech/junit5-robolectric-extension' . |
🐰 In the land of code, where workflows flow, A rabbit tweaks what makes it grow. With branches checked and depths unfurled, Our builds now dance in a smoother world. 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Total Project Coverage | 66.67% | :white_check_mark: |
---|
Total Project Coverage | 83.95% | :white_check_mark: |
---|
Summary by CodeRabbit