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

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

commit 8f8fb5068462c42d6bf04e6e11e11296571dfa64
Author: Danny McCormick <[email protected]>
AuthorDate: Wed Jan 7 13:33:03 2026 -0500

    Add step to free disk space in workflow
---
 .github/workflows/beam_Python_ValidatesContainer_Dataflow_ARM.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/beam_Python_ValidatesContainer_Dataflow_ARM.yml 
b/.github/workflows/beam_Python_ValidatesContainer_Dataflow_ARM.yml
index 4094279048a..d0cccde4aa3 100644
--- a/.github/workflows/beam_Python_ValidatesContainer_Dataflow_ARM.yml
+++ b/.github/workflows/beam_Python_ValidatesContainer_Dataflow_ARM.yml
@@ -64,6 +64,8 @@ jobs:
     runs-on: ubuntu-22.04
     steps:
       - uses: actions/checkout@v4
+      - name: Free Disk Space (Ubuntu)
+        uses: jlumbroso/[email protected]
       - name: Setup repository
         uses: ./.github/actions/setup-action
         with:

Reply via email to