Skip to content

Commit

Permalink
[fix](ci) trigger cloud_p0 if file cloud/CMakeLists.txt changed (#41141)
Browse files Browse the repository at this point in the history
## Proposed changes

Issue Number: close #xxx

<!--Describe your changes.-->

Co-authored-by: stephen <[email protected]>
  • Loading branch information
hello-stephen and stephen authored Sep 23, 2024
1 parent bb7c064 commit ccd6e07
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 @@ -308,6 +308,7 @@ file_changed_cloud_p0() {
[[ "${af}" == 'build.sh' ]] ||
[[ "${af}" == 'env.sh' ]] ||
[[ "${af}" == 'run-regression-test.sh' ]] ||
[[ "${af}" == 'cloud/CMakeLists.txt' ]] ||
[[ "${af}" == 'cloud/src/'* ]] ||
[[ "${af}" == 'cloud/cmake/'* ]] ||
[[ "${af}" == 'cloud/test/'* ]]; then
Expand Down

0 comments on commit ccd6e07

Please sign in to comment.