raulcd commented on PR #36195: URL: https://github.com/apache/arrow/pull/36195#issuecomment-1600624989
Ok, I think the problem is that the PR from dependabot is coming from a branch on the apache/arrow repository instead of a fork hence those are executed which are not if they are from a fork branch due to: `if: success() && github.event_name == 'push' && github.repository == 'apache/arrow'` Probably we should not error and just do a `sys.exit(0)` but now I understand why this is failing here. -- 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]
