From 242e9c3317b52ad179ece5155aaa90554a060313 Mon Sep 17 00:00:00 2001 From: Vitaly Terentyev Date: Fri, 5 Dec 2025 23:29:34 +0400 Subject: [PATCH] Free disk space --- .github/workflows/beam_PostCommit_Python_Arm.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/beam_PostCommit_Python_Arm.yml b/.github/workflows/beam_PostCommit_Python_Arm.yml index 8020b45d6c1e..d387e3d2d46b 100644 --- a/.github/workflows/beam_PostCommit_Python_Arm.yml +++ b/.github/workflows/beam_PostCommit_Python_Arm.yml @@ -67,6 +67,8 @@ jobs: (github.event_name == 'schedule' && github.repository == 'apache/beam') steps: - uses: actions/checkout@v4 + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@v1.3.1 - name: Setup repository uses: ./.github/actions/setup-action with: