From b38d31ffddf1f7e08166d5b57b836f3c7bf097c2 Mon Sep 17 00:00:00 2001 From: Parthvi Vala Date: Fri, 23 Jun 2023 13:12:46 +0530 Subject: [PATCH] Skip IBM Cloud tests for changes that do not affect odo behavior (#6924) Signed-off-by: Parthvi Vala --- .ibm/pipelines/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ibm/pipelines/functions.sh b/.ibm/pipelines/functions.sh index 4f8e68af1..b56e3484a 100644 --- a/.ibm/pipelines/functions.sh +++ b/.ibm/pipelines/functions.sh @@ -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