From 5818c3e06251d8298e02883cc0789b37106d8ef6 Mon Sep 17 00:00:00 2001 From: ammallya Date: Thu, 28 Aug 2025 10:44:36 -0700 Subject: [PATCH] Adding debug statement --- .azuredevops/rocm_ci_caller.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.azuredevops/rocm_ci_caller.yml b/.azuredevops/rocm_ci_caller.yml index efc4d2d2ac..d374f6c7a3 100644 --- a/.azuredevops/rocm_ci_caller.yml +++ b/.azuredevops/rocm_ci_caller.yml @@ -71,6 +71,10 @@ jobs: match_found: $[ dependencies.Determine_Changes.outputs['detectChanges.match_found'] ] steps: - checkout: none + + - script: | + echo "DEBUG: match_found = '$(match_found)'" + displayName: 'Debug match_found variable' - ${{ if eq(variables.match_found, 'true') }}: - script: |