CI: Disable cleanup-ubuntu

Not useful as is
This commit is contained in:
Tk-Glitch
2023-09-15 16:35:18 +02:00
parent 52fec34536
commit cf3ead6032

View File

@@ -56,27 +56,27 @@ jobs:
env: env:
latest_release: ${{ steps.latest_release.outputs.release }} latest_release: ${{ steps.latest_release.outputs.release }}
cleanup-ubuntu: #cleanup-ubuntu:
runs-on: ubuntu-latest # runs-on: ubuntu-latest
needs: [check-for-newer-kernel] # needs: [check-for-newer-kernel]
steps: # steps:
- name: Free Disk Space (Ubuntu) # - name: Free Disk Space (Ubuntu)
uses: hirnidrin/free-disk-space@main # uses: hirnidrin/free-disk-space@main
with: # with:
# this might remove tools that are actually needed, # this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB # 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 # all of these default to true, but feel free to set to
# "false" if necessary for your workflow # "false" if necessary for your workflow
android: true # android: true
dotnet: true # dotnet: true
haskell: true # haskell: true
large-packages: true # large-packages: true
docker-images: false # docker-images: false
swap-storage: true # swap-storage: true
build-cfs: build-cfs:
env: env:
@@ -85,7 +85,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: archlinux:latest container: archlinux:latest
needs: [check-for-newer-kernel, cleanup-ubuntu] needs: [check-for-newer-kernel]
if: | if: |
github.ref == 'refs/heads/master' && github.ref == 'refs/heads/master' &&
needs.check-for-newer-kernel.outputs.new_kernel == '0' needs.check-for-newer-kernel.outputs.new_kernel == '0'
@@ -132,7 +132,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: archlinux:latest container: archlinux:latest
needs: [check-for-newer-kernel, cleanup-ubuntu] needs: [check-for-newer-kernel]
if: | if: |
github.ref == 'refs/heads/master' && github.ref == 'refs/heads/master' &&
needs.check-for-newer-kernel.outputs.new_kernel == '0' needs.check-for-newer-kernel.outputs.new_kernel == '0'
@@ -176,7 +176,7 @@ jobs:
runs-on: ubuntu-latest 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: steps:
- name: Download release artifacts - name: Download release artifacts
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3