Skip to content

Commit

Permalink
Update ci.yml free diskspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Corneil du Plessis authored Feb 28, 2024
1 parent 21f5988 commit 2b6310f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- 'main'
- 'main-3'
- '2.11.x'
- '2.10.x'
paths-ignore:
- '.github/**'

Expand All @@ -23,6 +22,9 @@ jobs:
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
# cache maven repo
- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 2b6310f

Please sign in to comment.