Skip to content

Increase disk space on linux runners by removing SWAP, docker images, large-packages, ...

License

Notifications You must be signed in to change notification settings

fcbg-platforms/increase-disk-space

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tests

Increase disk space

A customizable GitHub actions to free disk space on linux github actions runners. Typically, this action saves about 25G.

Usage

name: Increase disk space (Ubuntu)
on: push

jobs:
  free-disk-space:
    runs-on: ubuntu-latest
    steps:

    - name: Increase disk space (Ubuntu)
      uses: fcbg-platforms/increase-disk-space@latest
      with:
        android: true
        dotnet: false
        haskell: true
        large-packages: true
        old-dotnet: true

Acknowledgement

This action is inspirted from the free-disk-space action from jlumbroso available here: https://github.com/jlumbroso/free-disk-space

About

Increase disk space on linux runners by removing SWAP, docker images, large-packages, ...

Resources

License

Stars

Watchers

Forks