[ci] remove requirement that CI runs for readme changes (#134504) (#134511)

(cherry picked from commit 284a564890)

# Conflicts:
#	.buildkite/pull_requests.json
This commit is contained in:
Spencer 2022-06-15 11:45:00 -07:00 committed by GitHub
parent aed286235d
commit bd8c1f6fbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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