CI: Disable cleanup-ubuntu
Not useful as is
This commit is contained in:
34
.github/workflows/build-current-kernel-arch.yml
vendored
34
.github/workflows/build-current-kernel-arch.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user