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: |