Skip to content

Commit 4a9b20b

Browse files
Increase the depth
Signed-off-by: Shreeya Patel <spatel@ciq.com>
1 parent 83ba426 commit 4a9b20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kernel-build-and-test-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
- name: Checkout kernel source
206206
uses: actions/checkout@v4
207207
with:
208-
fetch-depth: 100 # Enough depth for finding merge-base with parent branch
208+
fetch-depth: 400 # Increased depth for reliable merge-base detection after rebasing
209209

210210
- name: Download current kselftest logs
211211
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)