Skip to content

Commit bfbadd8

Browse files
Change the depth to 0
Signed-off-by: Shreeya Patel <spatel@ciq.com>
1 parent 4a9b20b commit bfbadd8

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: 400 # Increased depth for reliable merge-base detection after rebasing
208+
fetch-depth: 0 # Full history needed for reliable merge-base detection
209209

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

0 commit comments

Comments
 (0)