summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2021-02-20 22:04:02 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-02-21 11:16:30 +0100
commitf5d834407ed67f54bcc5a7eb11ded7d9aa9f041d (patch)
tree3e2226efc79a83689a75bd460d97dc6a60786693
parent557a748ac76bb667688cdae44d949cae0d7fedb2 (diff)
CICD: Improved job names
-rw-r--r--.github/workflows/CICD.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml
index b9be583d..37d8fba7 100644
--- a/.github/workflows/CICD.yml
+++ b/.github/workflows/CICD.yml
@@ -76,7 +76,7 @@ jobs:
run: bat --list-themes
build:
- name: Build
+ name: ${{ matrix.job.os }} (${{ matrix.job.target }})
runs-on: ${{ matrix.job.os }}
strategy:
fail-fast: false