From d5d741f4e3bab915772ecacc762270d2d4f82e4c Mon Sep 17 00:00:00 2001 From: LandonTClipp <11232769+LandonTClipp@users.noreply.github.com> Date: Thu, 12 Mar 2026 15:48:05 -0500 Subject: [PATCH] ci: Don't run CI builds on doc PRs We disable the Kata artifact builds and testing if the PR is only related to documentation. Regular static checks will remain. Signed-off-by: LandonTClipp <11232769+LandonTClipp@users.noreply.github.com> --- tools/testing/gatekeeper/required-tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/testing/gatekeeper/required-tests.yaml b/tools/testing/gatekeeper/required-tests.yaml index 7e6cc9dd18..a9f308655d 100644 --- a/tools/testing/gatekeeper/required-tests.yaml +++ b/tools/testing/gatekeeper/required-tests.yaml @@ -19,6 +19,8 @@ paths: - "^ci/openshift-ci/": [] - "^\\.github/workflows/static-checks": ["static"] - "^\\.github/workflows/": [] + - "^docs/": ["static"] + - "^mkdocs\\.yaml$": ["static"] - "\\.md$": ["static"] # TODO: Expand filters # Sources