From 8751d5861657839db015f9db02cc3415d50ac454 Mon Sep 17 00:00:00 2001 From: ammallya Date: Wed, 1 Oct 2025 10:37:47 -0700 Subject: [PATCH] Adding missed linux skip (#1197) --- .azuredevops/rocm_ci_caller.yml | 1 + 1 file changed, 1 insertion(+) 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