Skip to content

Commit

Permalink
[ci] Run on mdx / dev_docs (#196446)
Browse files Browse the repository at this point in the history
Currently CI is not run on pull requests with `dev_docs` only changes.  

This was implemented in #133087,
where at the time we were not running any validation. Validation was
later added in #149991, but the
skip criteria was not updated.

This removes the skip criteria, allowing our validation checks to run on
all `dev_docs` changes.
  • Loading branch information
jbudz authored Oct 17, 2024
1 parent 3bfa7c0 commit 3141001
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .buildkite/pull_requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,12 @@
"skip_target_branches": ["6.8", "7.11", "7.12"],
"enable_skippable_commits": true,
"skip_ci_on_only_changed": [
"^dev_docs/",
"^docs/",
"^rfcs/",
"^\\.github/",
"\\.md$",
"\\.mdx$",
"^api_docs/.+\\.devdocs\\.json$",
"^\\.backportrc\\.json$",
"^nav-kibana-dev\\.docnav\\.json$",
"^src/dev/prs/kibana_qa_pr_list\\.json$",
"^\\.buildkite/pull_requests\\.json$",
"^\\.devcontainer/"
Expand Down

0 comments on commit 3141001

Please sign in to comment.