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>
This commit is contained in:
LandonTClipp
2026-03-31 11:22:50 -05:00
committed by Steve Horsman
parent 56cdfa831f
commit fd896e4e76

View File

@@ -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"]