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 2020/07/08 06:20:01 UTC

[groovy] branch GROOVY_3_0_X updated: better name for action

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

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


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new 23cb224  better name for action
23cb224 is described below

commit 23cb224925e2f93e29802037112fe0b2d43e77f4
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Jul 8 16:19:45 2020 +1000

    better name for action
---
 .github/workflows/{gradle.yml => build-test.yml} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/gradle.yml b/.github/workflows/build-test.yml
similarity index 98%
rename from .github/workflows/gradle.yml
rename to .github/workflows/build-test.yml
index fd6a4c5..74d91b7 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/build-test.yml
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-name: Java CI
+name: Build and test (classic and indy)
 
 on: [push, pull_request]