Skip to content

Commit 10cdf41

Browse files
committed
fixup: Relax RE
Signed-off-by: Loïc Minier <[email protected]>
1 parent f4603e7 commit 10cdf41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ jobs:
9999
uses: ./.github/workflows/debos.yml
100100
with:
101101
mainline_kernel: true
102-
kernelpackage: ~n^linux-image-[0-9a-f.-]*-upstream$
102+
#
103+
kernelpackage: ~n^linux-image-[0-9a-z.-]*-upstream$
103104

104105
test-mainline-linux:
105106
uses: ./.github/workflows/test.yml

0 commit comments

Comments
 (0)