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:
Brad White 2023-12-08 10:03:59 -07:00 committed by GitHub
parent 4eea0d6118
commit a50bb7c928
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"],