aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/disk-clean.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove disk-clean workflow (#30741)Chongyi Zheng2024-04-281-25/+0
| | | | | The jobs in the workflow runs in parallel. The `disk-clean` job actually does nothing, i.e. it will not clean the disk for `nightly-binary`, `nightly-docker-rootful`, `nightly-docker-rootless`
* Remove workaround in disk-clean.yml (#28195)Nanguan Lin2023-11-241-15/+0
| | | | According to https://github.com/jlumbroso/free-disk-space/issues/17, the issue has been fixed in the main branch.
* Make disk clean action a bit more robust (#27590)silverwind2023-10-121-6/+9
|
* add checkout to disk-cleantechknowlogick2023-10-061-0/+1
|
* use hosted runners for nightly actions (#27485)techknowlogick2023-10-061-0/+36
I'm temporarily unable to properly evaluate actuated runners, and so I'm switching back to hosted runners until I am able to focus on that again. --------- Co-authored-by: silverwind <me@silverwind.io>