Change: [CI] Use a custom name for matrix runs (#10723)
By default, GitHub adds all arguments of the matrix between (). This is fine sometimes, but in other times it becomes a very lengthy line. With this commit, we decide what is between those (), making it a lot more readable.
This commit is contained in:
4
.github/workflows/release-windows.yml
vendored
4
.github/workflows/release-windows.yml
vendored
@@ -9,8 +9,6 @@ on:
|
||||
|
||||
jobs:
|
||||
windows:
|
||||
name: Windows
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@@ -22,6 +20,8 @@ jobs:
|
||||
- arch: arm64
|
||||
host: x64_arm64
|
||||
|
||||
name: Windows (${{ matrix.arch }}})
|
||||
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user