damccorm commented on code in PR #27357:
URL: https://github.com/apache/beam/pull/27357#discussion_r1253277845
##########
.github/workflows/build_runner_image.yml:
##########
@@ -21,12 +21,13 @@ name: Build and Version Runner Docker Image
on:
push:
branches: ['master']
+ paths: ['.github/gh-actions-self-hosted-runners/arc/images/**']
Review Comment:
> Its hard to confirm but from docs on pull_request_target trigger
This event runs in the context of the base of the pull request
which i think means that the workflow in target will be run instead of the
incoming code. Think that makes it moot to run
This is for the push event to master, not for the pull request event so I
think it should still run on the changed code.
--
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]