From 357e9d7fbf5f11c1ffa28a73d17e1ae30b915e66 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Mon, 26 Aug 2024 15:24:21 -0700 Subject: [PATCH] Fix path to C++ files --- ci/scripts/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/common.sh b/ci/scripts/common.sh index 258fe689c2..ebd4a2a39f 100644 --- a/ci/scripts/common.sh +++ b/ci/scripts/common.sh @@ -27,7 +27,7 @@ export PY_DIRS="${PY_ROOT} ci/scripts" export BASE_SHA=${CHANGE_TARGET:-${BASE_SHA:-$(${SCRIPT_DIR}/gitutils.py get_merge_target)}} export COMMIT_SHA=${GIT_COMMIT:-${COMMIT_SHA:-HEAD}} -export CPP_FILE_REGEX='^(\.\/)?(examples|morpheus|tests)\/.*\.(cc|cpp|h|hpp)$' +export CPP_FILE_REGEX='^(\.\/)?(examples|python|tests)\/.*\.(cc|cpp|h|hpp)$' export PYTHON_FILE_REGEX='^(\.\/)?(?!\.|build|external).*\.(py|pyx|pxd)$' # Use these options to skip any of the checks