Skip to content

Commit df43616

Browse files
authored
Merge branch 'ctrliq:{jmaple}_ciqlts8_8' into {jmaple}_ciqlts8_8
2 parents 30feb89 + 5193112 commit df43616

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-check_aarch64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: aarch64 CI
22
on:
33
pull_request_target:
44
branches:

.github/workflows/build-check_x86_64.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: x86_64 CI
22
on:
33
pull_request_target:
44
branches:
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout code
2525
uses: actions/checkout@v4
2626
with:
27-
ref: "${{ github.event.pull_request.merge_commit_sha }}"
27+
ref: "${{ github.event.pull_request.head.sha }}"
2828
fetch-depth: 0
2929
- name: Build the Kernel
3030
run: |

0 commit comments

Comments
 (0)