From b5ad6db9f33e094cacb28fb9f63d067a93423d1b Mon Sep 17 00:00:00 2001 From: Yuri Norwood <106889957+norwd@users.noreply.github.com> Date: Mon, 31 Oct 2022 09:07:38 +1300 Subject: [PATCH] Name each workflow run of the matrix Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com> --- .github/workflows/selftest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/selftest.yml b/.github/workflows/selftest.yml index 1794c62..58406fd 100644 --- a/.github/workflows/selftest.yml +++ b/.github/workflows/selftest.yml @@ -10,6 +10,7 @@ jobs: matrix: os: ['ubuntu', 'macos', 'windows'] + name: on ${{ matrix.os }} runs-on: ${{ matrix.os }}-latest steps: