Skip to content

Commit

Permalink
try jlumbroso/free-disk-space@main
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Jun 19, 2024
1 parent 1d26290 commit 7823f36
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
SKIP=1
fi
echo "SKIP=$SKIP" >> "$GITHUB_ENV"
- name: Run jlumbroso/free-disk-space@main
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
- name: free disk space
if: env.SKIP == '0'
run: |
Expand All @@ -46,8 +50,6 @@ jobs:
# debug
docker image ls -a --digests --no-trunc
ls -l /
mkdir -p /mnt/tmp
- name: build image
if: env.SKIP == '0'
run: |
Expand Down

0 comments on commit 7823f36

Please sign in to comment.