Remove disk-clean workflow (#30741)

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`
This commit is contained in:
Chongyi Zheng
2024-04-28 01:47:48 -04:00
committed by GitHub
parent b2013be910
commit 9a0b449c4f
2 changed files with 0 additions and 27 deletions

View File

@@ -9,8 +9,6 @@ concurrency:
cancel-in-progress: true
jobs:
disk-clean:
uses: ./.github/workflows/disk-clean.yml
nightly-binary:
runs-on: nscloud
steps: