Skip to content

Commit 56b478f

Browse files
authored
[CI] Skip ci for devcontainer changes (#195814)
## Summary For now it is not necessary to run any of CI for `.devcontainer` changes.
1 parent 2b995fa commit 56b478f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.buildkite/pull_requests.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"^\\.backportrc\\.json$",
3131
"^nav-kibana-dev\\.docnav\\.json$",
3232
"^src/dev/prs/kibana_qa_pr_list\\.json$",
33-
"^\\.buildkite/pull_requests\\.json$"
33+
"^\\.buildkite/pull_requests\\.json$",
34+
"^\\.devcontainer/"
3435
],
3536
"always_require_ci_on_changed": [
3637
"^docs/developer/plugin-list.asciidoc$",

0 commit comments

Comments
 (0)