Add matrix.config.name to job name

This commit is contained in:
Georg Hagen
2024-07-28 19:49:29 +02:00
parent d8a4e2ca9c
commit a84b9ab8be

View File

@@ -11,7 +11,7 @@ env:
jobs:
build:
name: Build desktop
name: "Build desktop - ${{matrix.config.name}}"
runs-on: ${{matrix.config.os}}
strategy:
fail-fast: false