Skip to content

Commit

Permalink
Add short names for test jobs on github CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
daztucker committed Mar 26, 2024
1 parent dc37d2d commit 5516923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/c-cpp.yml
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
ci:
name: "${{ matrix.target }} ${{ matrix.config }}"
if: github.repository != 'openssh/openssh-portable-selfhosted'
strategy:
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/selfhosted.yml
Expand Up @@ -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
Expand Down

0 comments on commit 5516923

Please sign in to comment.