This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/free-disk-space
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 6b2ae592792df3777199396f8440ef8c2b5de34b
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Wed Aug 23 13:10:32 2023 -0400

    Free disk space before running build_release_candidate
---
 .github/workflows/build_release_candidate.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/build_release_candidate.yml 
b/.github/workflows/build_release_candidate.yml
index 91a3a0299f1..bcd32e721b5 100644
--- a/.github/workflows/build_release_candidate.yml
+++ b/.github/workflows/build_release_candidate.yml
@@ -146,6 +146,8 @@ jobs:
         with:
           ref: "v${{ github.event.inputs.RELEASE }}-RC${{ 
github.event.inputs.RC }}"
           repository: apache/beam
+      - name: Free Disk Space (Ubuntu)
+        uses: jlumbroso/free-disk-space@main
       - name: Install Java 11
         uses: actions/setup-java@v3
         with:

Reply via email to