You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/10/29 06:30:29 UTC

[groovy] branch master updated: improve name

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 2004c4877c improve name
2004c4877c is described below

commit 2004c4877c3b531b3de7e9eec642986a8de1aefc
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat Oct 29 16:29:50 2022 +1000

    improve name
---
 .github/workflows/groovy-build-test-aux.yml  | 2 +-
 .github/workflows/groovy-build-test-main.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/groovy-build-test-aux.yml b/.github/workflows/groovy-build-test-aux.yml
index 4e0b273327..fadf0c5c00 100644
--- a/.github/workflows/groovy-build-test-aux.yml
+++ b/.github/workflows/groovy-build-test-aux.yml
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-name: Build and test
+name: Build and test additional JDK versions
 
 on: [push]
 
diff --git a/.github/workflows/groovy-build-test-main.yml b/.github/workflows/groovy-build-test-main.yml
index 27ab24381e..a80d7de9b8 100644
--- a/.github/workflows/groovy-build-test-main.yml
+++ b/.github/workflows/groovy-build-test-main.yml
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-name: Build and test
+name: Build and test main JDK versions
 
 on: [push, pull_request]