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 f33b7c4..5158603 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -34,7 +34,7 @@ jobs:
condition: >
and(
succeeded(),
- eq(variables.BASE_CHANGED, True),
+ eq(variables.BASE_CHANGED, True)
)
dependsOn: test