Skip to content

Update build.yml with proper scheduling #3

Update build.yml with proper scheduling

Update build.yml with proper scheduling #3

Workflow file for this run

name: Free Disk Space (Ubuntu)
on:
push:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
free-disk-space:
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: false
swap-storage: true