[openssh-commits] [openssh] 02/03: Shorten workflow names to fit in a single line.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Sep 26 22:30:23 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit b4ceca952b85752958d849508294afdc56dfcb9f
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Fri Sep 26 22:28:13 2025 +1000
Shorten workflow names to fit in a single line.
---
.github/workflows/c-cpp.yml | 2 +-
.github/workflows/selfhosted.yml | 2 +-
.github/workflows/upstream.yml | 2 +-
.github/workflows/vm.yml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index a479fd2f1..7e5151ddf 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -1,4 +1,4 @@
-name: C/C++ CI
+name: CI
# For testing, you can set variables in your repo (Repo -> Settings ->
# Security -> Actions -> Variables) to restrict the tests that are run.
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index d717ca4c5..a46d8a451 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -1,4 +1,4 @@
-name: C/C++ CI self-hosted
+name: CI self-hosted
on:
push:
diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml
index e9e431373..49c595c7c 100644
--- a/.github/workflows/upstream.yml
+++ b/.github/workflows/upstream.yml
@@ -1,4 +1,4 @@
-name: Upstream self-hosted
+name: OpenBSD
on:
push:
diff --git a/.github/workflows/vm.yml b/.github/workflows/vm.yml
index 90cf8aaf0..9dcf5fcca 100644
--- a/.github/workflows/vm.yml
+++ b/.github/workflows/vm.yml
@@ -8,7 +8,7 @@
#
# LTESTS: Override the set of tests run.
-name: VM CI
+name: CI VM
on:
push:
paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/workflows/vm.yml' ]
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list