jdaugherty commented on code in PR #15654:
URL: https://github.com/apache/grails-core/pull/15654#discussion_r3358550094
##########
.github/workflows/codeql.yml:
##########
@@ -30,10 +30,12 @@ on:
push:
branches:
- '[4-9]+.[0-9]+.x'
+ - '8.0.x-hibernate7.*'
pull_request:
# The branches below must be a subset of the branches above
Review Comment:
I'm assuming because actions have finite limits and we didn't want it
running until a PR was opened against the main branch? I'm not sure though, I
think we should revisit this in the weekly.
##########
.github/workflows/groovy-joint-workflow.yml:
##########
@@ -17,10 +17,12 @@ name: "CI - Groovy Joint Validation Build"
on:
push:
branches:
- - '[4-9]+.[0-9]+.x'
+ - '[0-9]+.[0-9]+.x'
+ - '8.0.x-hibernate7.*'
pull_request:
branches:
Review Comment:
See previous answer.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]