Use matrix in job naming

This commit is contained in:
Thorsten Sommer 2024-06-09 10:13:25 +02:00
parent 3c5d5b847c
commit 989f699093
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -4,7 +4,7 @@ on:
jobs:
build_main:
name: Build app (cross-compilation)
name: Build app (${{ matrix.dotnet_runtime }})
strategy:
fail-fast: true