From cf3ead603256fe875fbf130c638e8c49d8de28da Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Fri, 15 Sep 2023 16:35:18 +0200 Subject: [PATCH] CI: Disable cleanup-ubuntu Not useful as is --- .../workflows/build-current-kernel-arch.yml | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/build-current-kernel-arch.yml b/.github/workflows/build-current-kernel-arch.yml index 9c77b47..a53a7eb 100644 --- a/.github/workflows/build-current-kernel-arch.yml +++ b/.github/workflows/build-current-kernel-arch.yml @@ -56,27 +56,27 @@ jobs: env: latest_release: ${{ steps.latest_release.outputs.release }} - cleanup-ubuntu: + #cleanup-ubuntu: - runs-on: ubuntu-latest - needs: [check-for-newer-kernel] + # runs-on: ubuntu-latest + # needs: [check-for-newer-kernel] - steps: - - name: Free Disk Space (Ubuntu) - uses: hirnidrin/free-disk-space@main - with: + # steps: + # - name: Free Disk Space (Ubuntu) + # uses: hirnidrin/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 + # 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: true - docker-images: false - swap-storage: true + # android: true + # dotnet: true + # haskell: true + # large-packages: true + # docker-images: false + # swap-storage: true build-cfs: env: @@ -85,7 +85,7 @@ jobs: runs-on: ubuntu-latest container: archlinux:latest - needs: [check-for-newer-kernel, cleanup-ubuntu] + needs: [check-for-newer-kernel] if: | github.ref == 'refs/heads/master' && needs.check-for-newer-kernel.outputs.new_kernel == '0' @@ -132,7 +132,7 @@ jobs: runs-on: ubuntu-latest container: archlinux:latest - needs: [check-for-newer-kernel, cleanup-ubuntu] + needs: [check-for-newer-kernel] if: | github.ref == 'refs/heads/master' && needs.check-for-newer-kernel.outputs.new_kernel == '0' @@ -176,7 +176,7 @@ jobs: runs-on: ubuntu-latest - needs: [check-for-newer-kernel, cleanup-ubuntu, "build-cfs", "build-bore-eevdf"] + needs: [check-for-newer-kernel, "build-cfs", "build-bore-eevdf"] steps: - name: Download release artifacts uses: actions/download-artifact@v3