This is an automated email from the ASF dual-hosted git repository.
shunping 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 9725224c1e4 add free disk space step (#35260)
9725224c1e4 is described below
commit 9725224c1e497bdf44016377e791171471003cda
Author: Derrick Williams <[email protected]>
AuthorDate: Fri Jun 13 09:29:51 2025 -0400
add free disk space step (#35260)
---
.github/workflows/beam_PostCommit_Yaml_Xlang_Direct.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/beam_PostCommit_Yaml_Xlang_Direct.yml
b/.github/workflows/beam_PostCommit_Yaml_Xlang_Direct.yml
index 1f3d5147566..2139b1d88f2 100644
--- a/.github/workflows/beam_PostCommit_Yaml_Xlang_Direct.yml
+++ b/.github/workflows/beam_PostCommit_Yaml_Xlang_Direct.yml
@@ -70,6 +70,8 @@ jobs:
comment_phrase: ${{ matrix.job_phrase }} ${{ matrix.test_set }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_job: ${{ matrix.job_name }} ${{ matrix.test_set }} (${{
matrix.job_phrase }} ${{ matrix.test_set }})
+ - name: Free Disk Space (Ubuntu)
+ uses: jlumbroso/[email protected]
- name: Setup environment
uses: ./.github/actions/setup-environment-action
with: