Use `github.event.pull_request.head.sha` as PR reference in DCM workflow #5925
Fix the DCM workflow
bd6a48f7
elliette
removed review request
2 years ago
polina-c
approved these changes
on 2023-06-16
elliette
changed the title Use `github.event.pull_request.head.sha` is PR reference in DCM workflow Use `github.event.pull_request.head.sha` as PR reference in DCM workflow 2 years ago
CoderDake
approved these changes
on 2023-06-16
Assignees
No one assigned
Follow up to #5886
Currently the DCM workflow is running against the last commit on the master branch, not on the PR branch
From reading https://github.com/orgs/community/discussions/25191#discussioncomment-3246770, I believe
github.event.pull_request.head.sha
is what we want.