Skip to content

Commit

Permalink
Update groovy-joint-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Puneet Behl committed Aug 26, 2022
1 parent 11a7dff commit 615c3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/groovy-joint-workflow.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
# Select correct Groovy branch for this build:
- name: Checkout Groovy 4_0_X (Grails 6.0.x)
run: cd .. && git clone --depth 1 https://github.com/apache/groovy.git -b GROOVY_4_0_X --single-branch
if: github.ref == 'refs/heads/6.0.x'
if: github.ref == 'refs/heads/6.0.x' || github.base_ref == '6.0.x'
- 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.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'
Expand Down

0 comments on commit 615c3e3

Please sign in to comment.