Skip IBM Cloud tests for changes that do not affect odo behavior (#6924)

Signed-off-by: Parthvi Vala <pvala@redhat.com>
This commit is contained in:
Parthvi Vala
2023-06-23 13:12:46 +05:30
committed by GitHub
parent 147542db69
commit b38d31ffdd

View File

@@ -59,7 +59,7 @@ skip_if_only() {
}
skip() {
SKIP_IF_ONLY="docs/ CONTRIBUTING.md OWNERS README.md USAGE_DATA.md"
SKIP_IF_ONLY="docs/ CONTRIBUTING.md OWNERS README.md USAGE_DATA.md scripts/ .github/ .threatmodel/"
change=$1
for skip in ${SKIP_IF_ONLY}; do
if [[ "${change}" == "${skip}"* ]]; then