mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fix KME pipeline being triggered by comments (#172973)
## Summary `always_trigger_comment_regex` will override other settings like `build_on_comment = false` and is triggering the KME pipeline from comments.
This commit is contained in:
parent
4eea0d6118
commit
a50bb7c928
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@
|
|||
"build_on_commit": true,
|
||||
"build_on_comment": false,
|
||||
"trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))",
|
||||
"always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))",
|
||||
"skip_ci_labels": [],
|
||||
"labels": ["kme-test"],
|
||||
"skip_target_branches": ["6.8", "7.11", "7.12"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue