Skip to content

Commit

Permalink
chore: change free-disk-space params
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi committed Aug 3, 2024
1 parent 0b5e3bf commit 6e760e8
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@ jobs:
runs-on: [self-hosted, Linux, X64]
timeout-minutes: 480
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

- name: Check out code
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -105,17 +94,6 @@ jobs:
runs-on: [self-hosted, Linux, X64]
timeout-minutes: 480
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

- name: Check out code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 6e760e8

Please sign in to comment.