Skip to content

Commit

Permalink
[fix](ci) compile cloud when cloud/cmake/* changed
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen committed Jul 10, 2024
1 parent dff9f49 commit 2e38b3f
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 @@ -309,6 +309,7 @@ file_changed_cloud_p0() {
[[ "${af}" == 'env.sh' ]] ||
[[ "${af}" == 'run-regression-test.sh' ]] ||
[[ "${af}" == 'cloud/src/'* ]] ||
[[ "${af}" == 'cloud/cmake/'* ]] ||
[[ "${af}" == 'cloud/test/'* ]]; then
echo "cloud-p0 related file changed, return need" && return 0
fi
Expand Down

0 comments on commit 2e38b3f

Please sign in to comment.