You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The commit 2fc95f5 modified the CI
workflow to use the `pull_request_target` trigger for the pull request
runs.
The `pull_request_target` action runs in the context of the target
branch and the GitHub `checkout` action will check out the target
branch commit by default, thereby not building the actual changes in
the pull request branch.
This commit updates the `checkout` action to check out the pull request
head commit when running in the context of `pull_request_target`.
Signed-off-by: Stephanos Ioannidis <[email protected]>
0 commit comments