Skip to content

Commit 8274dcb

Browse files
build: remove clear disk step.
1 parent 7bd1e48 commit 8274dcb

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,6 @@ jobs:
1616
build-and-push-python-pg-to-ghcr:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- name: Check Disk Space
20-
run: df -h
21-
- name: Free Disk Space (Ubuntu)
22-
uses: jlumbroso/free-disk-space@main
23-
with:
24-
tool-cache: true
25-
android: true
26-
dotnet: true
27-
haskell: true
28-
large-packages: true
29-
docker-images: true
30-
swap-storage: true
31-
- name: Check Disk Space
32-
run: df -h
3319
- name: Checkout
3420
uses: actions/checkout@v4
3521
with:

0 commit comments

Comments
 (0)