diff --git a/.azuredevops/rocm_ci_caller.yml b/.azuredevops/rocm_ci_caller.yml index 54f0d5e345..3b670ec51f 100644 --- a/.azuredevops/rocm_ci_caller.yml +++ b/.azuredevops/rocm_ci_caller.yml @@ -66,6 +66,7 @@ jobs: "$file" == projects/rocprofiler-systems/docs/* || \ "$file" == projects/rocr-runtime/runtime/docs/* ]]; then WINDOWS_SKIP=true + MATCH_FOUND=false fi if [[ "$MATCH_FOUND" == true && "$WINDOWS_SKIP" == false ]]; then break