Add parentheses to job name.
This commit is contained in:
parent
efdaa2f1c3
commit
7cfa944efa
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -4,7 +4,7 @@ on: [push, pull_request]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
name: ${{matrix.command.name}} ${{matrix.toolchain}}
|
name: ${{matrix.command.name}} (${{matrix.toolchain}})
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user