From: Darren Tucker Date: Tue, 26 Mar 2024 05:35:27 +0000 (+1100) Subject: Add short names for test jobs on github CI. X-Git-Tag: V_9_8_P1~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5516923e8ae3da0823fea0d7d28aa813627142c0;p=thirdparty%2Fopenssh-portable.git Add short names for test jobs on github CI. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 21ea2d969..9f74bcd2b 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 4f1c587a5..4e8819a42 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