You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2020/07/10 16:46:17 UTC

[groovy] 02/03: Trigger grails joint build

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

sunlan pushed a commit to branch check-PR1306
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit b0b3fa69e69fc9efbe52ece7de394c28a4bb7f69
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Jul 11 00:44:55 2020 +0800

    Trigger grails joint build
---
 .github/workflows/grails-joint-validation.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/grails-joint-validation.yml b/.github/workflows/grails-joint-validation.yml
index 80dd592..f042a1d 100644
--- a/.github/workflows/grails-joint-validation.yml
+++ b/.github/workflows/grails-joint-validation.yml
@@ -22,13 +22,13 @@ on:
     branches:
       - GROOVY_2_5_X
       - GROOVY_3_0_X
-      - check-PR1297
+      - check-PR1306
   #      - master
   pull_request:
     branches:
       - GROOVY_2_5_X
       - GROOVY_3_0_X
-      - check-PR1297
+      - check-PR1306
 #      - master
 jobs:
   build:
@@ -50,7 +50,7 @@ jobs:
       # Select correct Grails branch for this build:
       - name: Checkout Grails 4.1.x (master)
         run: cd .. && git clone --depth 1 https://github.com/grails/grails-core.git -b master
-        if: ${{ github.ref == 'refs/heads/check-PR1297' }}
+        if: ${{ github.ref == 'refs/heads/check-PR1306' }}
       - name: Checkout Grails 4.0.x (4.0.x)
         run: cd .. && git clone --depth 1 https://github.com/grails/grails-core.git -b 4.0.x
         if: ${{ github.ref == 'refs/heads/GROOVY_2_5_X' }}