damccorm commented on code in PR #27860:
URL: https://github.com/apache/beam/pull/27860#discussion_r1285874486


##########
.github/actions/setup-action/action.yml:
##########
@@ -36,16 +36,20 @@ runs:
       uses: actions/checkout@v3
       if: |
         github.event_name == 'push' ||
-        github.event_name == 'pull_request_target' ||
         github.event_name == 'schedule' ||
         github.event_name == 'workflow_dispatch'
       with:
         ref: ${{ github.event.pull_request.head.sha }}

Review Comment:
   Using the pull_request event doesn't really make sense and we've already 
done the checkout previously to get access to this action



-- 
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]

Reply via email to