Files
free-disk-space/.github/workflows/test.yml
2023-09-28 12:56:35 +02:00

27 lines
662 B
YAML

name: Free Disk Space (Ubuntu)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
branches: [ main ]
jobs:
free-disk-space:
runs-on: ubuntu-latest
steps:
# If there is a problem with this GitHub Actions, this step will fail
- name: Free Disk Space
uses: ${{ github.actor }}/free-disk-space@main
with:
tool-cache: true
# 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
swap-storage: true