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.
2 parents 3786732 + 23c2c53 commit e3f5767Copy full SHA for e3f5767
.github/workflows/push-check_x86_64.yml
@@ -24,6 +24,7 @@ jobs:
24
- name: Checkout code
25
uses: actions/checkout@v4
26
with:
27
+ ref: "${{ github.event.pull_request.merge_commit_sha }}"
28
fetch-depth: 0
29
- name: Build the Kernel
30
run: |
0 commit comments