kou commented on code in PR #1189: URL: https://github.com/apache/arrow-java/pull/1189#discussion_r3413730349
########## .github/workflows/test.yml: ########## @@ -19,11 +19,8 @@ name: Test on: push: - branches: - - '**' - - '!dependabot/**' - tags: - - '**' + branches: [main] + tags: ['**'] Review Comment: Could you revert this? If we use this, we can't run CI on fork. All contributors need to open a PR to run CI. It'll increase CI time on apache/arrow-java. -- 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]
