Skip to content

Commit a1d9e2f

Browse files
committed
Print how much disk space is left after CI build runs
1 parent 41b9d21 commit a1d9e2f

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
@@ -202,6 +202,11 @@ jobs:
202202
- name: create github artifacts
203203
run: src/ci/scripts/create-doc-artifacts.sh
204204

205+
- name: print disk usage
206+
run: |
207+
echo "disk usage:"
208+
df -h
209+
205210
- name: upload artifacts to github
206211
uses: actions/upload-artifact@v4
207212
with:

0 commit comments

Comments
 (0)