Skip to content

Commit

Permalink
Print how much disk space is left after CI build runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Oct 13, 2024
1 parent 71cc270 commit 91c4d09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 91c4d09

Please sign in to comment.