Maximize GitHub Runner Space
Version updated for https://github.com/justinthelaw/maximize-github-runner-space to version v0.8.0.
- This action is used across all versions by 11 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, frees up disk space on ubuntu-latest GitHub-hosted runners by removing optional preinstalled software, toolchains, and caches. It is designed to optimize workflows that require substantial storage, such as heavy builds, tests, or container jobs, by providing aggressive or customizable cleanup modes and options for managing swapfile sizes. The action automates disk space management tasks, helping users ensure their workflows have sufficient space while allowing precise control over which components are retained or removed.
Release notes
⚠️ BREAKING CHANGE
- feat!: opt-in
swapfile-sizeinput by @justinthelaw in https://github.com/justinthelaw/maximize-github-runner-space/pull/29
Full Changelog: https://github.com/justinthelaw/maximize-github-runner-space/compare/v0.7.0...v0.8.0