Skip to content

Commit f2431f5

Browse files
committed
fixup add doc for regexp
1 parent 302aa67 commit f2431f5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,10 @@ jobs:
9999
uses: ./.github/workflows/debos.yml
100100
with:
101101
mainline_kernel: true
102-
#
103-
kernelpackage: ~n^linux-image-[0-9a-z.-]*-upstream$
102+
# sample names we want to match:
103+
# - linux-image-6.17.0-upstream
104+
# - linux-image-6.17.0-rc4-upstream
105+
kernelpackage: ~n^linux-image-[0-9a-z.-]*-upstream-$
104106

105107
test-mainline-linux:
106108
uses: ./.github/workflows/test.yml

0 commit comments

Comments
 (0)