[CI] Disable running CI for kibana branches that will not see a release (#134266)

This commit is contained in:
Brian Seeders 2022-06-13 16:13:08 -04:00 committed by GitHub
parent 6b68826ee5
commit d189190837
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,8 @@
"always_require_ci_on_changed": [
"^docs/developer/plugin-list.asciidoc$",
"/plugins/[^/]+/readme\\.(md|asciidoc)$"
]
],
"kibana_versions_check": true
}
]
}