Skip to content

Commit a58d855

Browse files
committed
Revert "github actions: change github.event.pull_request event"
This reverts commit 27c6f41.
1 parent 27c6f41 commit a58d855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-check_x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout code
2525
uses: actions/checkout@v4
2626
with:
27-
ref: "${{ github.event.pull_request.head }}"
27+
ref: "${{ github.event.pull_request.merge_commit_sha }}"
2828
fetch-depth: 0
2929
- name: Build the Kernel
3030
run: |

0 commit comments

Comments
 (0)