jiayuasu commented on code in PR #735:
URL: https://github.com/apache/incubator-sedona/pull/735#discussion_r1058131076
##########
.github/workflows/java.yml:
##########
@@ -3,7 +3,7 @@ name: Scala and Java build
on:
push:
branches:
- - master
Review Comment:
Please don't change it to `*`. CI is supposed to only test the master branch
and pull requests because all repos under ASF share 150 VMs sponsored by GitHub
and we want to leave some resources to other projects.
##########
.github/workflows/python.yml:
##########
@@ -3,7 +3,7 @@ name: Python build
on:
push:
branches:
- - master
Review Comment:
Same here. Use `master` please.
--
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]