Maximize GitHub Runner Space
Version updated for https://github.com/justinthelaw/maximize-github-runner-space to version v0.6.2.
- This action is used across all versions by 8 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, Maximize GitHub Runner Space, optimizes disk space on ubuntu-latest GitHub-hosted runners by removing unnecessary preinstalled SDKs, toolchains, and caches. It addresses the issue of limited disk space during workflows involving large builds, tests, or container jobs. The action provides customizable cleanup profiles, including a maximum cleanup mode for aggressive space recovery and a custom mode for precise control, allowing workflows to allocate more disk space to essential tasks.
Release notes
What’s Changed
- fix: linting issues, workflow triggers and license by @justinthelaw in https://github.com/justinthelaw/maximize-github-runner-space/pull/21
- chore: better workflow step names by @justinthelaw in https://github.com/justinthelaw/maximize-github-runner-space/pull/22
- chore(docs): refresh README cleanup savings estimates by @justinthelaw in https://github.com/justinthelaw/maximize-github-runner-space/pull/26
Full Changelog: https://github.com/justinthelaw/maximize-github-runner-space/compare/v0.6.1...v0.6.2