Skip to content

Commit 1f6b945

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

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
- '*_ciqcbr7_9'
7+
- '*_ciqcbr7_9-*'
78
pull_request:
89
types: [opened, synchronize, reopened]
910
branches:

0 commit comments

Comments
 (0)