zhangbutao commented on PR #5446: URL: https://github.com/apache/hive/pull/5446#issuecomment-2348110897
> maybe the reason on failure is because the github action is configured as "pull_request_target" not " > > You can read here https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request_target > > ``` > This event runs in the context of the base of the pull request, rather than in the context of the merge commit, as the pull_request event does. > ``` @ayushtkn Good catch. I think we can merge this change first. I have tested with my forked hive master branch with the same change(v4 action). https://github.com/zhangbutao/hive/actions/runs/10843868605/job/30091738355 After merged this change, other commits will be ok. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
