From ef7110fafacd32ba200ad3482adc746a97a932c5 Mon Sep 17 00:00:00 2001 From: NoriDev Date: Wed, 18 Oct 2023 18:55:43 +0900 Subject: [PATCH] tweak d3c1344d --- .github/workflows/docker-develop.yml | 4 +--- .github/workflows/docker.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-develop.yml b/.github/workflows/docker-develop.yml index 5c5a6537d6..c9f8669b4b 100644 --- a/.github/workflows/docker-develop.yml +++ b/.github/workflows/docker-develop.yml @@ -12,9 +12,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'kokonect-link/cherrypick' steps: - - name: Check free disk space - run: df -h - - name: Free Up GitHub Actions Ubuntu Runner Disk Space 🔧 + - name: Free Disk Space uses: jlumbroso/free-disk-space@main with: # This might remove tools that are actually needed, if set to "true" but frees about 6 GB diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a0b2ef0c64..51409b05d4 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -11,9 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - name: Check free disk space - run: df -h - - name: Free Up GitHub Actions Ubuntu Runner Disk Space 🔧 + - name: Free Disk Space uses: jlumbroso/free-disk-space@main with: # This might remove tools that are actually needed, if set to "true" but frees about 6 GB