]> source.dussan.org Git - gitea.git/commitdiff
Remove disk-clean workflow (#30741)
authorChongyi Zheng <git@zcy.dev>
Sun, 28 Apr 2024 05:47:48 +0000 (01:47 -0400)
committerGitHub <noreply@github.com>
Sun, 28 Apr 2024 05:47:48 +0000 (05:47 +0000)
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`

.github/workflows/disk-clean.yml [deleted file]
.github/workflows/release-nightly.yml

diff --git a/.github/workflows/disk-clean.yml b/.github/workflows/disk-clean.yml
deleted file mode 100644 (file)
index 8abe889..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-name: disk-clean
-
-on:
-  workflow_call:
-
-jobs:
-  triage:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@v4
-      - name: Free Disk Space (Ubuntu)
-        uses: jlumbroso/free-disk-space@main
-        with:
-          # this might remove tools that are actually needed,
-          # if set to "true" but frees about 6 GB
-          tool-cache: false
-
-          # all of these default to true, but feel free to set to
-          # "false" if necessary for your workflow
-          android: true
-          dotnet: true
-          haskell: true
-          large-packages: false
-          docker-images: false
-          swap-storage: true
index 990f3c8e077c9b7c2b7358c34e49a16eb1757b4a..fbaa27102cd8ad0e9d0a7b3fc967bb7c4b083255 100644 (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: