aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 5a15060..5cfdb1a 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -34,7 +34,7 @@ jobs:
condition: >
and(
succeeded(),
- eq(variables.BASE_CHANGED, True)
+ eq(dependencies.test.outputs['check.BASE_CHANGED'], True)
)
dependsOn: test