Yikun edited a comment on pull request #32806: URL: https://github.com/apache/spark/pull/32806#issuecomment-857502360
 emm, The reason as above. - `pull_request_target` triggered job's `github.ref` is same: `refs/heads/master` - `pull_request` triggered `github.ref` is like `refs/pull/5/merge` so looks like, in case of `pull_request_target`, we can't use this `concurrency` directly. : ( And I also take a look on [1], no appropriate github.context can be used in `pull_request_target`. [1] https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#github-context -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
