Skip to content

Commit 128a513

Browse files
committed
Print how much disk space is left after CI build runs
1 parent 16d6cab commit 128a513

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,11 @@ jobs:
194194
- name: create github artifacts
195195
run: src/ci/scripts/create-doc-artifacts.sh
196196

197+
- name: print disk usage
198+
run: |
199+
echo "disk usage:"
200+
df -h
201+
197202
- name: upload artifacts to github
198203
uses: actions/upload-artifact@v4
199204
with:

0 commit comments

Comments
 (0)