ci: Skip tests if we only update the required list

When making new tests required, or removing existing tests
from required, this doesn't impact the CI jobs, so we don't need
to run all the tests.

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2025-03-28 16:55:59 +00:00
parent 9a7c5b914e
commit 576747b060

View File

@ -17,6 +17,7 @@ paths:
- "^ci/openshift-ci/": []
- "^\\.github/workflows/static-checks": ["static"]
- "^\\.github/workflows/": []
- "^tools/testing/gatekeeper/required-tests.yaml": []
# TODO: Expand filters
# Documentation
#- "\\.rst$": ["build"]