From: Darren Tucker Date: Fri, 26 Sep 2025 12:28:13 +0000 (+1000) Subject: Shorten workflow names to fit in a single line. X-Git-Tag: V_10_1_P1~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4ceca952b85752958d849508294afdc56dfcb9f;p=thirdparty%2Fopenssh-portable.git Shorten workflow names to fit in a single line. --- 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' ]