Add short names for test jobs on github CI.
This commit is contained in:
parent
dc37d2d247
commit
5516923e8a
|
@ -8,6 +8,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
name: "${{ matrix.target }} ${{ matrix.config }}"
|
||||||
if: github.repository != 'openssh/openssh-portable-selfhosted'
|
if: github.repository != 'openssh/openssh-portable-selfhosted'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
|
@ -6,6 +6,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
selfhosted:
|
selfhosted:
|
||||||
|
name: "${{ matrix.target }} ${{ matrix.config }}"
|
||||||
if: github.repository == 'openssh/openssh-portable-selfhosted'
|
if: github.repository == 'openssh/openssh-portable-selfhosted'
|
||||||
runs-on: ${{ matrix.host }}
|
runs-on: ${{ matrix.host }}
|
||||||
timeout-minutes: 600
|
timeout-minutes: 600
|
||||||
|
|
Loading…
Reference in New Issue