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