mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +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
|
- name: create github artifacts
|
||||||
run: src/ci/scripts/create-doc-artifacts.sh
|
run: src/ci/scripts/create-doc-artifacts.sh
|
||||||
|
|
||||||
|
- name: print disk usage
|
||||||
|
run: |
|
||||||
|
echo "disk usage:"
|
||||||
|
df -h
|
||||||
|
|
||||||
- name: upload artifacts to github
|
- name: upload artifacts to github
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user