Skip to content

Commit 4a674f4

Browse files
committed
Explicitly fetch kernel-mainline
1 parent 4bd3171 commit 4a674f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/upstream-commit-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
run: |
2424
git fetch origin ${{ github.base_ref }}:${{ github.base_ref }}
2525
26+
- name: Fetch origin/kernel-mainline
27+
run: |
28+
git fetch origin kernel-mainline:refs/remotes/origin/kernel-mainline
29+
2630
- name: Ensure origin/kernel-mainline exists
2731
run: |
2832
if ! git rev-parse --verify origin/kernel-mainline >/dev/null 2>&1; then

0 commit comments

Comments
 (0)