diff --git a/.azuredevops/rocm_ci_caller.yml b/.azuredevops/rocm_ci_caller.yml index 2ffe6cec91..ae721e8f69 100644 --- a/.azuredevops/rocm_ci_caller.yml +++ b/.azuredevops/rocm_ci_caller.yml @@ -51,7 +51,7 @@ jobs: MATCH_FOUND=false while read file; do - if [[ "$file" == projects/* || "$file" == shared/* ]]; then + if [[ "$file" == projects/* ]]; then MATCH_FOUND=true break fi