ci: fix test job names

* use the architecture name in job name instead of `runs_on` labels

Signed-off-by: Manu Bretelle <chantr4@gmail.com>
This commit is contained in:
chantra
2024-08-23 14:41:13 -07:00
parent 22ec3eb15d
commit 26443a6d43

View File

@@ -13,7 +13,7 @@ concurrency:
jobs:
vmtest:
runs-on: ${{ matrix.runs_on }}
name: Kernel ${{ matrix.kernel }} on ${{ matrix.runs_on }} + selftests
name: Kernel ${{ matrix.kernel }} on ${{ matrix.arch }} + selftests
strategy:
fail-fast: false
matrix: