This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/freeSpace in repository https://gitbox.apache.org/repos/asf/beam.git
commit 216be7f9c701e602a0ca5303b14e68fedb2bdc50 Author: Danny McCormick <[email protected]> AuthorDate: Thu Oct 30 10:12:47 2025 -0400 Free disk space for snapshot job --- .github/workflows/beam_Publish_Beam_SDK_Snapshots.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml index 885e35bc74e..4b270c56bbd 100644 --- a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml +++ b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml @@ -81,6 +81,8 @@ jobs: - "java:expansion-service:container:docker" steps: - uses: actions/checkout@v4 + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/[email protected] - name: Setup repository uses: ./.github/actions/setup-action with:
