mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Print how much disk space is left after CI build runs
This commit is contained in:
parent
71cc27058d
commit
91c4d09aed
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user