[openssh-commits] [openssh] branch master updated: Add short names for test jobs on github CI.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Mar 26 16:40:05 AEDT 2024
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new 5516923e Add short names for test jobs on github CI.
5516923e is described below
commit 5516923e8ae3da0823fea0d7d28aa813627142c0
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Tue Mar 26 16:35:27 2024 +1100
Add short names for test jobs on github CI.
---
.github/workflows/c-cpp.yml | 1 +
.github/workflows/selfhosted.yml | 1 +
2 files changed, 2 insertions(+)
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 21ea2d96..9f74bcd2 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 4f1c587a..4e8819a4 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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list