Coder Social home page Coder Social logo

runner-cleanup's Introduction

Runner Cleanup action

Modified version of this action

The main changes between the linked repo and this action is that this action does not create a logical volume or resize the swap space. Additionally, all package/image removal is by default set to true so it can be used very simply. Before running this action, a runner will have ~18GB of free disk. Afterwards, there will be ~48GB free.

Documentation

Inputs

  • remove-dotnet - Removes .NET runtime and libraries. (frees ~17 GB) (default: true)
  • remove-android- Removes Android SDKs and Tools. (frees ~11 GB) (default: true)
  • remove-haskell - Removes GHC (Haskell) artifacts. (frees ~2.7 GB) (default: true)
  • remove-codeql - Removes CodeQL Action Bundles. (frees ~5.4 GB) (default: true)
  • remove-docker-images - Removes cached Docker images. (frees ~3 GB) (default: true)

Usage

name: Action
on: push
jobs:
  build:
    name: Job
    runs-on: ubuntu-latest
    steps:
      - name: Cleanup Runner
        id: runner_cleanup
        uses: stacks-network/runner-cleanup@main

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.