From 56b478fef283a0d77e19e2ccf65455c30f51ff2e Mon Sep 17 00:00:00 2001 From: Brad White Date: Thu, 10 Oct 2024 17:48:45 -0600 Subject: [PATCH] [CI] Skip ci for devcontainer changes (#195814) ## Summary For now it is not necessary to run any of CI for `.devcontainer` changes. --- .buildkite/pull_requests.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildkite/pull_requests.json b/.buildkite/pull_requests.json index 1f45c01042888..614d45969cdd7 100644 --- a/.buildkite/pull_requests.json +++ b/.buildkite/pull_requests.json @@ -30,7 +30,8 @@ "^\\.backportrc\\.json$", "^nav-kibana-dev\\.docnav\\.json$", "^src/dev/prs/kibana_qa_pr_list\\.json$", - "^\\.buildkite/pull_requests\\.json$" + "^\\.buildkite/pull_requests\\.json$", + "^\\.devcontainer/" ], "always_require_ci_on_changed": [ "^docs/developer/plugin-list.asciidoc$",