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:
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