Skip to content

Commit

Permalink
Revert "[ci] remove requirement that CI runs for readme changes (elas…
Browse files Browse the repository at this point in the history
…tic#134504)"

This reverts commit 284a564.
  • Loading branch information
spalger authored and Mpdreamz committed Sep 6, 2022
1 parent 7ccbb5d commit 4af91cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .buildkite/pull_requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
"^src/dev/prs/kibana_qa_pr_list\\.json$",
"^\\.buildkite/pull_requests\\.json$"
],
"always_require_ci_on_changed": ["^docs/developer/plugin-list.asciidoc$"],
"always_require_ci_on_changed": [
"^docs/developer/plugin-list.asciidoc$",
"/plugins/[^/]+/readme\\.(md|asciidoc)$"
],
"kibana_versions_check": true,
"kibana_build_reuse": true,
"kibana_build_reuse_pipeline_slugs": ["kibana-pull-request", "kibana-on-merge"],
Expand Down

0 comments on commit 4af91cc

Please sign in to comment.