From 91c4d09aed5d8bb3878bc81b7c85bcc6d6f31c16 Mon Sep 17 00:00:00 2001 From: Jakub Beránek Date: Fri, 11 Oct 2024 11:13:57 +0200 Subject: Print how much disk space is left after CI build runs --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 005ccb34255..2fca71716c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -206,6 +206,11 @@ jobs: - name: create github artifacts run: src/ci/scripts/create-doc-artifacts.sh + - name: print disk usage + run: | + echo "disk usage:" + df -h + - name: upload artifacts to github uses: actions/upload-artifact@v4 with: -- cgit 1.4.1-3-g733a5