]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Shorten workflow names to fit in a single line.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 26 Sep 2025 12:28:13 +0000 (22:28 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 26 Sep 2025 12:28:13 +0000 (22:28 +1000)
.github/workflows/c-cpp.yml
.github/workflows/selfhosted.yml
.github/workflows/upstream.yml
.github/workflows/vm.yml

index a479fd2f130ceb599fb797f6f931fde0742b52b9..7e5151ddfd47808a4d193d4a88fb0ce87063cf76 100644 (file)
@@ -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.
index d717ca4c540cd0bdbf0056c8056b52d0e3932b5c..a46d8a451aa7de6ac53c090bee57dcebfc8fd979 100644 (file)
@@ -1,4 +1,4 @@
-name: C/C++ CI self-hosted
+name: CI self-hosted
 
 on:
   push:
index e9e431373a3971d408dd78830d399bacb473ef11..49c595c7cbe90bcee2f118556f9275523564a1b8 100644 (file)
@@ -1,4 +1,4 @@
-name: Upstream self-hosted
+name: OpenBSD
 
 on:
   push:
index 90cf8aaf010868e6ebcaf72fda9940d6effd3fc2..9dcf5fcca7642cb16265968d07f0266ca188f6ae 100644 (file)
@@ -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' ]