Skip to content

Commit 93fc2b8

Browse files
authored
fix(ci): Free disk space for test-other-modules.yml (#26532)
1 parent 3d99a78 commit 93fc2b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-other-modules.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
group: ${{ github.workflow }}-test-other-modules-${{ github.event.pull_request.number }}-${{ matrix.java }}
4343
cancel-in-progress: true
4444
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
4550
- uses: actions/checkout@v4
4651
if: needs.changes.outputs.codechange == 'true'
4752
with:

0 commit comments

Comments
 (0)