From 77f7e260a9fe1633a9f9f2db9afa9c94ba110e99 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 29 Mar 2021 22:31:37 -0700 Subject: [PATCH] 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)". --- .github/workflows/compile-examples.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 1cf5f56..00b21f2 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -19,6 +19,7 @@ on: jobs: build: + name: ${{ matrix.board.fqbn }} runs-on: ubuntu-latest env: