We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30feb89 + 5193112 commit df43616Copy full SHA for df43616
.github/workflows/build-check_aarch64.yml
@@ -1,4 +1,4 @@
1
-name: CI
+name: aarch64 CI
2
on:
3
pull_request_target:
4
branches:
.github/workflows/build-check_x86_64.yml
+name: x86_64 CI
@@ -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.sha }}"
28
fetch-depth: 0
29
- name: Build the Kernel
30
run: |
0 commit comments