Skip to content

Commit

Permalink
TEST try to free space
Browse files Browse the repository at this point in the history
Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>
  • Loading branch information
bennyz committed Jul 11, 2023
1 parent 5489160 commit 9b12a61
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ jobs:
USE_BAZEL_VERSION: 5.4.0
timeout-minutes: 45
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
android: true
dotnet: true
haskell: true
large-packages: false
swap-storage: true
docker-images: false
- name: Check out forklift repository
uses: actions/checkout@v3

Expand Down

0 comments on commit 9b12a61

Please sign in to comment.