Skip to content

Commit 55dc3a6

Browse files
build: remove Check Disk Space step.
1 parent 93efd15 commit 55dc3a6

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.github/workflows/build-and-push.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,6 @@ jobs:
4242
run: |
4343
ls -la
4444
rm -rf -- ./* ./.??*
45-
- name: Check Disk Space
46-
run: df -h
47-
- name: Free Disk Space (Ubuntu)
48-
if: ${{ contains(github.event.inputs.architecture, ',') }}
49-
uses: jlumbroso/free-disk-space@main
50-
with:
51-
tool-cache: true
52-
android: true
53-
dotnet: true
54-
haskell: true
55-
large-packages: true
56-
docker-images: false
57-
swap-storage: false
58-
- name: Check Disk Space
59-
run: df -h
6045
- name: Checkout
6146
uses: actions/checkout@v4
6247
with:
@@ -113,21 +98,6 @@ jobs:
11398
run: |
11499
ls -la
115100
rm -rf -- ./* ./.??*
116-
- name: Check Disk Space
117-
run: df -h
118-
- name: Free Disk Space (Ubuntu)
119-
if: ${{ contains(github.event.inputs.architecture, ',') }}
120-
uses: jlumbroso/free-disk-space@main
121-
with:
122-
tool-cache: true
123-
android: true
124-
dotnet: true
125-
haskell: true
126-
large-packages: true
127-
docker-images: false
128-
swap-storage: false
129-
- name: Check Disk Space
130-
run: df -h
131101
- name: Checkout
132102
uses: actions/checkout@v4
133103
with:

0 commit comments

Comments
 (0)