From d1d60cfe8964630965c393c328f2d7b6bb604f75 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Thu, 19 Dec 2024 15:59:43 +0000 Subject: [PATCH] ci: Update gatekeeper tests for md files Update the required-tests.yaml so that .md files only trigger the static tests, not the build, or CI Signed-off-by: stevenhorsman --- tools/testing/gatekeeper/required-tests.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/testing/gatekeeper/required-tests.yaml b/tools/testing/gatekeeper/required-tests.yaml index 8a7020b12f..901e0ee460 100644 --- a/tools/testing/gatekeeper/required-tests.yaml +++ b/tools/testing/gatekeeper/required-tests.yaml @@ -18,10 +18,8 @@ paths: - "^\\.github/workflows/static-checks": ["static"] - "^\\.github/workflows/": [] - "^tools/testing/gatekeeper/required-tests.yaml": [] + - "\\.md$": ["static"] # TODO: Expand filters - # Documentation - #- "\\.rst$": ["build"] - #- "\\.md$": ["build"] # Sources #- "^src/": ["static", "build", "test"]