This commit is contained in:
NoriDev 2023-10-18 18:55:43 +09:00
parent d3c1344dfe
commit ef7110fafa
2 changed files with 2 additions and 6 deletions

View file

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

View file

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