Skip to content

Commit 77f7e26

Browse files
committed
Name matrix jobs after the FQBN
This is a purely cosmetic change that causes the matrix jobs to be named like "arduino:avr:nano" rather than "build (arduino:avr:nano, true, false)".
1 parent 475ddcf commit 77f7e26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919

2020
jobs:
2121
build:
22+
name: ${{ matrix.board.fqbn }}
2223
runs-on: ubuntu-latest
2324

2425
env:

0 commit comments

Comments
 (0)