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:
|
||||
build_and_test:
|
||||
name: ${{matrix.command.name}} ${{matrix.toolchain}}
|
||||
name: ${{matrix.command.name}} (${{matrix.toolchain}})
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
Loading…
Reference in New Issue
Block a user