Skip to content

Commit

Permalink
[CI] Comment trigger commands for main beats pipeline (#38707)
Browse files Browse the repository at this point in the history
* [CI] Comment trigger commands for main beats pipeline

* Removed /package trigger
  • Loading branch information
pazone authored Apr 4, 2024
1 parent 0959d56 commit 0ce396c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pull-requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"set_commit_status": true,
"build_on_commit": true,
"build_on_comment": true,
"trigger_comment_regex": "^/test .*$",
"always_trigger_comment_regex": "^/test .*$",
"skip_ci_labels": [ ],
"trigger_comment_regex": "^/(?:test)",
"always_trigger_comment_regex": "^/(?:test)",
"skip_ci_labels": ["skip-ci"],
"skip_target_branches": [ ],
"skip_ci_on_only_changed": [ ],
"always_require_ci_on_changed": [ ]
Expand Down

0 comments on commit 0ce396c

Please sign in to comment.