Skip to content

Commit 2a440ab

Browse files
github-actions: extend trigger glob to match suffix branches
Catches *_ciqlts9_2-no-ltp, *_ciqlts9_2-pr-only, and other branch-name suffix variants used by the kernelCI skip-stages feature.
1 parent cf9f720 commit 2a440ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/kernel-build-and-test-multiarch-trigger.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- '*_ciqlts9_2'
7+
- '*_ciqlts9_2-*'
78
pull_request:
89
types: [opened, synchronize, reopened]
910
branches:

0 commit comments

Comments
 (0)