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:21:30 UTC

[groovy] branch master updated: rename action

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 be2a1fe  rename action
be2a1fe is described below

commit be2a1feb0ed70b6aeb4656d19eb28a43a461356e
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Jul 8 16:21:21 2020 +1000

    rename 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 6d3cc71..d374826 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
 
 on: [push, pull_request]