Skip to content

Commit 6fb3a79

Browse files
authored
Clear space before generating the beam site pr - it seems this takes … (#35355)
* Clear space before generating the beam site pr - it seems this takes a lot of disk space somehow * Dont clear docker image used by javadoc action
1 parent 9833d2f commit 6fb3a79

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build_release_candidate.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,10 @@ jobs:
306306
BEAM_ROOT_DIR: ${{ github.workspace }}/beam
307307
SITE_ROOT_DIR: ${{ github.workspace }}/beam-site
308308
steps:
309+
- name: Free Disk Space (Ubuntu)
310+
uses: jlumbroso/free-disk-space@v1.3.0
311+
with:
312+
docker-images: false
309313
- name: Checkout Beam Repo
310314
uses: actions/checkout@v4
311315
with:

0 commit comments

Comments
 (0)