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 <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2024-12-19 15:59:43 +00:00
parent 9b401cd250
commit d1d60cfe89

View File

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