Skip to content

Commit

Permalink
[CI] Free up some runner disk space (CI_BUILD_ALL)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Sep 29, 2024
1 parent 8a83df6 commit 505c0f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ jobs:
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 }}

steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/[email protected]

- name: Install arduino-cli
if: ${{ env.run-build == 'true' }}
run:
Expand Down

0 comments on commit 505c0f7

Please sign in to comment.