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 3783f5891db Add step to free disk space in workflow (#37246)
3783f5891db is described below

commit 3783f5891db3f15102966ac07bc73994b4eaba8c
Author: Danny McCormick <[email protected]>
AuthorDate: Tue Jan 13 11:23:07 2026 -0500

    Add step to free disk space in workflow (#37246)
---
 .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