Skip to content

Commit

Permalink
[ci] Add flag to keep build-on-ready functionality (elastic#198397)
Browse files Browse the repository at this point in the history
## Summary
add `build_on_ready=true`

Needed after: elastic/buildkite-pr-bot#84
  • Loading branch information
delanni authored Nov 4, 2024
1 parent ddf55ea commit 3aa6024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/pull_requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"build_on_commit": true,
"build_on_comment": true,
"build_drafts": false,
"build_on_ready": true,
"trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^\\/ci$",
"always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^\\/ci$",
"skip_ci_labels": ["skip-ci"],
Expand Down

0 comments on commit 3aa6024

Please sign in to comment.