From 1338722478d9a4f508aa3eda8474163297bdba4f Mon Sep 17 00:00:00 2001 From: Aisuko Date: Sun, 7 Jul 2024 02:39:33 +0000 Subject: [PATCH] remove free disk space Signed-off-by: Aisuko --- .github/dependabot.yml | 2 +- .github/workflows/build_check.yml | 28 ++++++++++++++-------------- .github/workflows/release_image.yml | 28 ++++++++++++++-------------- 3 files changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5e613e9..2ea3286 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,4 +11,4 @@ updates: interval: "monthly" open-pull-requests-limit: 10 reviewers: - - aisuko + - "@SkywardAI/maintainers" diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index 88899de..703ad3a 100644 --- a/.github/workflows/build_check.yml +++ b/.github/workflows/build_check.yml @@ -28,21 +28,21 @@ jobs: uses: docker/setup-buildx-action@v2 # https://github.com/jlumbroso/free-disk-space/tree/54081f138730dfa15788a46383842cd2f914a1be#example - - 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 + # - 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: true - docker-images: true - swap-storage: true + # # 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: true + # swap-storage: true - name: Get tag name id: tag diff --git a/.github/workflows/release_image.yml b/.github/workflows/release_image.yml index 2d313ab..c5cd3b2 100644 --- a/.github/workflows/release_image.yml +++ b/.github/workflows/release_image.yml @@ -34,21 +34,21 @@ jobs: uses: docker/setup-buildx-action@v2 # # https://github.com/jlumbroso/free-disk-space/tree/54081f138730dfa15788a46383842cd2f914a1be#example - - 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 + # - 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: true - docker-images: true - swap-storage: true + # # 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: true + # swap-storage: true - name: Get tag name id: tag