We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d99a78 commit 93fc2b8Copy full SHA for 93fc2b8
.github/workflows/test-other-modules.yml
@@ -42,6 +42,11 @@ jobs:
42
group: ${{ github.workflow }}-test-other-modules-${{ github.event.pull_request.number }}-${{ matrix.java }}
43
cancel-in-progress: true
44
steps:
45
+ - name: Free Disk Space
46
+ uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
47
+ with:
48
+ tool-cache: true
49
+ swap-storage: false
50
- uses: actions/checkout@v4
51
if: needs.changes.outputs.codechange == 'true'
52
with:
0 commit comments