Skip to content

Commit

Permalink
disable build on comment
Browse files Browse the repository at this point in the history
  • Loading branch information
delanni committed Nov 16, 2023
1 parent f954cb8 commit c4de3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pull_requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"set_commit_status": true,
"commit_status_context": "kibana-ci",
"build_on_commit": true,
"build_on_comment": 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": ["skip-ci", "jenkins-ci"],
Expand Down

0 comments on commit c4de3bd

Please sign in to comment.