This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 6fb3a79f526 Clear space before generating the beam site pr - it seems
this takes … (#35355)
6fb3a79f526 is described below
commit 6fb3a79f526cfa87e98ebaee68f2445b07f7ac46
Author: Danny McCormick <[email protected]>
AuthorDate: Fri Jun 20 08:40:53 2025 -0400
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
---
.github/workflows/build_release_candidate.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/build_release_candidate.yml
b/.github/workflows/build_release_candidate.yml
index 08fa59d8ceb..baa1b2ec7bd 100644
--- a/.github/workflows/build_release_candidate.yml
+++ b/.github/workflows/build_release_candidate.yml
@@ -306,6 +306,10 @@ jobs:
BEAM_ROOT_DIR: ${{ github.workspace }}/beam
SITE_ROOT_DIR: ${{ github.workspace }}/beam-site
steps:
+ - name: Free Disk Space (Ubuntu)
+ uses: jlumbroso/[email protected]
+ with:
+ docker-images: false
- name: Checkout Beam Repo
uses: actions/checkout@v4
with: