summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2024-03-26 16:35:27 +1100
committerDarren Tucker <dtucker@dtucker.net>2024-03-26 16:39:50 +1100
commit5516923e8ae3da0823fea0d7d28aa813627142c0 (patch)
treec4587b83f7b69cb41e7810727d38a88a8a59b1ce
parentdc37d2d2470b4a9cedcee9ac926b7362214e3305 (diff)
Add short names for test jobs on github CI.
-rw-r--r--.github/workflows/c-cpp.yml1
-rw-r--r--.github/workflows/selfhosted.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 21ea2d96..9f74bcd2 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -8,6 +8,7 @@ on:
jobs:
ci:
+ name: "${{ matrix.target }} ${{ matrix.config }}"
if: github.repository != 'openssh/openssh-portable-selfhosted'
strategy:
fail-fast: false
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 4f1c587a..4e8819a4 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -6,6 +6,7 @@ on:
jobs:
selfhosted:
+ name: "${{ matrix.target }} ${{ matrix.config }}"
if: github.repository == 'openssh/openssh-portable-selfhosted'
runs-on: ${{ matrix.host }}
timeout-minutes: 600