mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-09-26 03:18:54 +02:00
Add short names for test jobs on github CI.
This commit is contained in:
parent
dc37d2d247
commit
5516923e8a
1
.github/workflows/c-cpp.yml
vendored
1
.github/workflows/c-cpp.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
name: "${{ matrix.target }} ${{ matrix.config }}"
|
||||
if: github.repository != 'openssh/openssh-portable-selfhosted'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
1
.github/workflows/selfhosted.yml
vendored
1
.github/workflows/selfhosted.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user