We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6819b commit 27c6f41Copy full SHA for 27c6f41
.github/workflows/push-check_x86_64.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Checkout code
25
uses: actions/checkout@v4
26
with:
27
- ref: "${{ github.event.pull_request.merge_commit_sha }}"
+ ref: "${{ github.event.pull_request.head }}"
28
fetch-depth: 0
29
- name: Build the Kernel
30
run: |
0 commit comments