Maximize GitHub Runner Space
Version updated for https://github.com/justinthelaw/maximize-github-runner-space to version v0.7.0.
- This action is used across all versions by 9 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 optional preinstalled SDKs, toolchains, and caches. It automates the cleanup process to ensure workflows requiring significant storage, such as large builds or tests, can execute without hitting disk space limits. The action offers flexible cleanup profiles, including an aggressive default mode and a customizable mode for precise control over retained components.
Release notes
What’s Changed
- feat!: more intensive ubuntu cleaning options by @justinthelaw in https://github.com/justinthelaw/maximize-github-runner-space/pull/27
Full Changelog: https://github.com/justinthelaw/maximize-github-runner-space/compare/v0.6.2...v0.7.0