If changed-scope fails (runner error, OOM, etc.), all its outputs become
empty strings. The Check scope step won't match any case, so SHOULD_RUN
stays empty and all matrix entries silently skip — yet the job shows
green. Add an explicit failure guard so analyze correctly surfaces the
upstream failure.
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>