mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-10 20:32:54 +00:00
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:
parent
9b401cd250
commit
d1d60cfe89
@ -18,10 +18,8 @@ paths:
|
|||||||
- "^\\.github/workflows/static-checks": ["static"]
|
- "^\\.github/workflows/static-checks": ["static"]
|
||||||
- "^\\.github/workflows/": []
|
- "^\\.github/workflows/": []
|
||||||
- "^tools/testing/gatekeeper/required-tests.yaml": []
|
- "^tools/testing/gatekeeper/required-tests.yaml": []
|
||||||
|
- "\\.md$": ["static"]
|
||||||
# TODO: Expand filters
|
# TODO: Expand filters
|
||||||
# Documentation
|
|
||||||
#- "\\.rst$": ["build"]
|
|
||||||
#- "\\.md$": ["build"]
|
|
||||||
# Sources
|
# Sources
|
||||||
#- "^src/": ["static", "build", "test"]
|
#- "^src/": ["static", "build", "test"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user