From fd896e4e76e0e476081a43491e70a46af6ffc4cb Mon Sep 17 00:00:00 2001 From: LandonTClipp <11232769+LandonTClipp@users.noreply.github.com> Date: Tue, 31 Mar 2026 11:22:50 -0500 Subject: [PATCH] ci: Add kata-dictionary.txt to required_tests.yaml This makes it so that changes to the kata-dictionary.txt file only trigger the static checks to run. Signed-off-by: LandonTClipp <11232769+LandonTClipp@users.noreply.github.com> --- tools/testing/gatekeeper/required-tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/gatekeeper/required-tests.yaml b/tools/testing/gatekeeper/required-tests.yaml index e758f997d7..6932facef1 100644 --- a/tools/testing/gatekeeper/required-tests.yaml +++ b/tools/testing/gatekeeper/required-tests.yaml @@ -20,6 +20,7 @@ paths: - "^docs/": ["static"] - "^mkdocs\\.yaml$": ["static"] - "\\.md$": ["static"] + - "^tests/spellcheck/kata-dictionary.txt": ["static"] # TODO: Expand filters # Sources #- "^src/": ["static", "build", "test"]