Skip to content

Commit 505c0f7

Browse files
committed
[CI] Free up some runner disk space (CI_BUILD_ALL)
1 parent 8a83df6 commit 505c0f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ jobs:
134134
run-build: ${{ (inputs.id != 'none' && matrix.id == 'arduino:avr:uno') || contains(github.event.head_commit.message, 'CI_BUILD_ALL') || contains(github.event.head_commit.message, 'Bump version to') || contains(github.event.head_commit.message, format('{0}', matrix.id)) || inputs.id == 'all' || inputs.id == matrix.id }}
135135

136136
steps:
137+
- name: Free Disk Space (Ubuntu)
138+
uses: jlumbroso/[email protected]
139+
137140
- name: Install arduino-cli
138141
if: ${{ env.run-build == 'true' }}
139142
run:

0 commit comments

Comments
 (0)