We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd1e48 commit 8274dcbCopy full SHA for 8274dcb
.github/workflows/build-and-push-python-pg.yml
@@ -16,20 +16,6 @@ jobs:
16
build-and-push-python-pg-to-ghcr:
17
runs-on: ubuntu-latest
18
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
32
33
- name: Checkout
34
uses: actions/checkout@v4
35
with:
0 commit comments