Skip to content

Commit 2044feb

Browse files
authored
Merge pull request #266 from gardenlinux/fix/disable_6.6_update
Disable Version check for 6.6
2 parents cce1219 + 302a232 commit 2044feb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-if-new-kernel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
branch: ['main', 'maint-6.12', 'maint-6.6']
13+
branch: ['main', 'maint-6.12']
1414
permissions:
1515
pull-requests: write
1616
contents: write

0 commit comments

Comments
 (0)