Skip to content

Commit

Permalink
tweak d3c1344
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Oct 18, 2023
1 parent d3c1344 commit ef7110f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef7110f

Please sign in to comment.