We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ba426 commit 4a9b20bCopy full SHA for 4a9b20b
.github/workflows/kernel-build-and-test-x86_64.yml
@@ -205,7 +205,7 @@ jobs:
205
- name: Checkout kernel source
206
uses: actions/checkout@v4
207
with:
208
- fetch-depth: 100 # Enough depth for finding merge-base with parent branch
+ fetch-depth: 400 # Increased depth for reliable merge-base detection after rebasing
209
210
- name: Download current kselftest logs
211
uses: actions/download-artifact@v4
0 commit comments