From 023b33030cf06d952f3953d09204dd0bef42d30d Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Fri, 11 Mar 2022 11:50:31 +0530 Subject: [PATCH] Update groovy-joint-workflow.yml (#12419) --- .github/workflows/groovy-joint-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/groovy-joint-workflow.yml b/.github/workflows/groovy-joint-workflow.yml index c95f45e49ac..5303f5d4168 100644 --- a/.github/workflows/groovy-joint-workflow.yml +++ b/.github/workflows/groovy-joint-workflow.yml @@ -47,7 +47,7 @@ jobs: # Select correct Groovy branch for this build: - name: Checkout Groovy 3_0_X (Grails 4.1.x) run: cd .. && git clone --depth 1 https://github.com/apache/groovy.git -b GROOVY_3_0_X --single-branch - if: github.ref == 'refs/heads/5.1.x' || github.base_ref == '5.1.x' || github.ref == 'refs/heads/5.0.x' || github.base_ref == '5.0.x' || github.ref == 'refs/heads/master' || github.base_ref == 'master' + if: github.ref == 'refs/heads/5.2.x' || github.base_ref == '5.2.x' || github.ref == 'refs/heads/5.1.x' || github.base_ref == '5.1.x' || github.ref == 'refs/heads/5.0.x' || github.base_ref == '5.0.x' || github.ref == 'refs/heads/master' || github.base_ref == 'master' - name: Checkout Groovy 2_5_X (Grails 4.0.x) run: cd .. && git clone --depth 1 https://github.com/grails/grails-core.git -b GROOVY_2_5_X --single-branch if: github.ref == 'refs/heads/4.0.x' || github.base_ref == '4.0.x'