CI: Remove repetition of Build from build names.
This commit is contained in:
parent
883d751f52
commit
af352ff33f
.github/workflows
|
@ -61,7 +61,7 @@ jobs:
|
|||
|
||||
build:
|
||||
needs: deps
|
||||
name: Build ${{matrix.name}} (${{matrix.board}})
|
||||
name: ${{matrix.name}} (${{matrix.board}})
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Reference in New Issue