Always print disk usage
This commit is contained in:
parent
d4edd67f71
commit
4c6caaa3a6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -246,6 +246,8 @@ jobs:
|
|||
run: src/ci/scripts/create-doc-artifacts.sh
|
||||
|
||||
- name: print disk usage
|
||||
# We also want to know the disk usage when the job fails.
|
||||
if: always()
|
||||
run: |
|
||||
echo "disk usage:"
|
||||
df -h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue