free-disk-space icon indicating copy to clipboard operation
free-disk-space copied to clipboard

:octocat:โš™๏ธ๐Ÿ—‘๏ธ A GitHub Action to free disk space on an Ubuntu runner.

Results 11 free-disk-space issues
Sort by recently updated
recently updated
newest added

Hey, it would be cool, if the action could run, based on how much space was still available. I'm running it in a common workflow, but actually only need it...

hello @jlumbroso we are using github public runner to build image with our container, as this container installed all of our build tools and env, so we want to do...

This should fix #4. Since this issue hits me in about every month's time, I ran a quick research on the root cause (e.g. https://github.com/actions/runner-images/issues/7048). The downside of this solution...

Hello @jlumbroso , First of all, thank you for this fantastic action. It is vital in the development of [my project PRIMA](https://github.com/libprima/prima). [README](https://github.com/jlumbroso/free-disk-space#readme) mentions the following. ``` # all of...

Thanks a lot for this awesome packages! It's an easy work-around for an annoying limitation :) I have one idea to improve it for my current situation: I really need...

Reducing the execution time of the workflow to under 1 minute. - Use `find -delete` instead of `rm -rf` to speed up deleting large amount files. - Optimize prerm script...

rename `dh` occurences with `df` which I assume is a typo - since the commands are echo'd out I thought it would make sense to match the commands they're referencing...

Right now, this action takes 8 minutes to run. That's a lot for a CI pipeline. I'd love to know how much time it takes to free up each thing...

I discovered some large programs, like snapd and microsoft-edge-stable. Maybe we need a option to remove temurin-{xx}-jdk?

Hello there, Thanks for your script, I could merge other sources in order to reach 39 Go freed: https://gist.github.com/antiphishfish/1e3fbc3f64ef6f1ab2f47457d2da5d9d Could you update your GH action with this ?