xborder commented on code in PR #1189: URL: https://github.com/apache/arrow-java/pull/1189#discussion_r3414529411
########## .github/workflows/test.yml: ########## @@ -19,11 +19,8 @@ name: Test on: push: - branches: - - '**' - - '!dependabot/**' - tags: - - '**' + branches: [main] + tags: ['**'] Review Comment: Reverted. I noticed workflows were duplicated because I created a PR against my own fork. I guess this was more of a issue just for me -- 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]
