]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add short names for test jobs on github CI.
authorDarren Tucker <dtucker@dtucker.net>
Tue, 26 Mar 2024 05:35:27 +0000 (16:35 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 26 Mar 2024 05:39:50 +0000 (16:39 +1100)
.github/workflows/c-cpp.yml
.github/workflows/selfhosted.yml

index 21ea2d969faf28bbedca42a15c17fc25f672fa18..9f74bcd2b98d00a67c60a150d0bb1f3c96cfa474 100644 (file)
@@ -8,6 +8,7 @@ on:
 
 jobs:
   ci:
+    name: "${{ matrix.target }} ${{ matrix.config }}"
     if: github.repository != 'openssh/openssh-portable-selfhosted'
     strategy:
       fail-fast: false
index 4f1c587a5779e5b584a43241a3dfa969e5bba0ae..4e8819a428bc6490764bec27559a42697dc23cb0 100644 (file)
@@ -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