mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-09 08:53:46 +08:00
clean up
This commit is contained in:
parent
c55b02deb7
commit
afb90160a3
6
.github/workflows/develop.yml
vendored
6
.github/workflows/develop.yml
vendored
@ -50,6 +50,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
|
- name: Check disk space before cleanup
|
||||||
|
run: df -h
|
||||||
|
- name: Clean up disk space
|
||||||
|
run: |
|
||||||
|
docker system prune -af
|
||||||
|
df -h
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user