Skip to content

Commit

Permalink
Remove free disk space cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Jan 18, 2024
1 parent bcc5e7e commit c4b541c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/qe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ jobs:
SKIP_PRELOAD_IMAGES: true # Not needed for github-hosted runs

steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
large-packages: true
android: true
dotnet: true
haskell: true
docker-images: true
swap-storage: true
continue-on-error: true
# - name: Free Disk Space (Ubuntu)
# uses: jlumbroso/free-disk-space@main
# with:
# tool-cache: false
# large-packages: true
# android: true
# dotnet: true
# haskell: true
# docker-images: true
# swap-storage: true
# continue-on-error: true

- name: Write temporary docker file
run: |
Expand Down

0 comments on commit c4b541c

Please sign in to comment.