Skip to content

Commit 91c4d09

Browse files
committed
Print how much disk space is left after CI build runs
1 parent 71cc270 commit 91c4d09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,11 @@ jobs:
206206
- name: create github artifacts
207207
run: src/ci/scripts/create-doc-artifacts.sh
208208

209+
- name: print disk usage
210+
run: |
211+
echo "disk usage:"
212+
df -h
213+
209214
- name: upload artifacts to github
210215
uses: actions/upload-artifact@v4
211216
with:

0 commit comments

Comments
 (0)