Skip to content

Commit d8c5032

Browse files
authored
Merge pull request #37041 from apache/free-disk-space-arm
Fix PostCommit Python Arm job
2 parents 118de48 + 242e9c3 commit d8c5032

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/beam_PostCommit_Python_Arm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
(github.event_name == 'schedule' && github.repository == 'apache/beam')
6868
steps:
6969
- uses: actions/checkout@v4
70+
- name: Free Disk Space (Ubuntu)
71+
uses: jlumbroso/[email protected]
7072
- name: Setup repository
7173
uses: ./.github/actions/setup-action
7274
with:

0 commit comments

Comments
 (0)