Skip to content

Commit 2cc839a

Browse files
Fix the kselftest comparison step
Signed-off-by: Shreeya Patel <spatel@ciq.com>
1 parent 1043922 commit 2cc839a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,7 @@ jobs:
338338
search_artifacts: true
339339
skip_unpack: false
340340
if_no_artifact_found: warn
341-
# Only search the last 5 successful runs for better performance
342-
run_number: ${{ github.run_number }}
341+
# Search the last 5 successful runs for better performance
343342
search_depth: 5
344343
continue-on-error: true
345344
timeout-minutes: 3

0 commit comments

Comments
 (0)