diff --git a/regression-test/pipeline/common/github-utils.sh b/regression-test/pipeline/common/github-utils.sh index c7c9b33ca72992..4b21493bf7c732 100644 --- a/regression-test/pipeline/common/github-utils.sh +++ b/regression-test/pipeline/common/github-utils.sh @@ -308,6 +308,7 @@ file_changed_cloud_p0() { [[ "${af}" == 'docker/thirdparties'* ]] || [[ "${af}" == 'fe'* ]] || [[ "${af}" == 'fe_plugins'* ]] || + [[ "${af}" == 'fs_brokers/cdc_client'* ]] || [[ "${af}" == 'gensrc'* ]] || [[ "${af}" == 'regression-test'* ]] || [[ "${af}" == 'thirdparty'* ]] || @@ -340,6 +341,7 @@ file_changed_regression_p0() { [[ "${af}" == 'docker/thirdparties'* ]] || [[ "${af}" == 'fe'* ]] || [[ "${af}" == 'fe_plugins'* ]] || + [[ "${af}" == 'fs_brokers/cdc_client'* ]] || [[ "${af}" == 'gensrc'* ]] || [[ "${af}" == 'regression-test'* ]] || [[ "${af}" == 'thirdparty'* ]] ||