Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-stephen committed Jan 23, 2025
1 parent a9032a9 commit 637354d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions regression-test/pipeline/common/github-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ file_changed_cloud_ut() {
if [[ -z ${all_files} ]]; then echo "return need" && return 0; fi
for af in ${all_files}; do
if [[ "${af}" == 'cloud/src/'* ]] ||
[[ "${af}" == 'cloud/script/'* ]] ||
[[ "${af}" == 'gensrc'* ]] ||
[[ "${af}" == 'common/cpp'* ]] ||
[[ "${af}" == 'cloud/test/'* ]]; then
Expand Down

0 comments on commit 637354d

Please sign in to comment.