File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11
11
],
12
12
"build_on_commit" : true ,
13
13
"build_on_comment" : true ,
14
- "trigger_comment_regex" : " ^(?:(?:buildkite \\ W+)?(?:build|test) \\ W+(?:this|it)) " ,
15
- "always_trigger_comment_regex" : " ^(?:(?:buildkite \\ W+)?(?:build|test) \\ W+(?:this|it)) " ,
14
+ "trigger_comment_regex" : " run docs-build ?(?<rebuild_opt>rebuild)? ?(?<warn_opt>warnlinkcheck)? ?(?<skip_opt>skiplinkcheck)? " ,
15
+ "always_trigger_comment_regex" : " run docs-build ?(?<rebuild_opt>rebuild)? ?(?<warn_opt>warnlinkcheck)? ?(?<skip_opt>skiplinkcheck)? " ,
16
16
"skip_ci_labels" : [
17
17
" skip-ci"
18
18
],
19
19
"skip_ci_on_only_changed" : [
20
- " \\ .md$"
20
+ " .*"
21
+ ],
22
+ "always_require_ci_on_changed" : [
23
+ " docs\\ .*"
21
24
],
22
25
"repositories" : [
23
26
" elastic/docs" ,
You can’t perform that action at this time.
0 commit comments