From e777e38a431830ed2cba38379a2f9ac5710defb0 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 24 Oct 2021 16:49:15 -0500 Subject: [PATCH] Only run doc CI build on hash-predef root repo. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aeb5b09..1d7c5b3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -216,7 +216,7 @@ stages: - stage: WebsiteUpdate displayName: 'Website Update' - condition: in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/develop') + condition: and(in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/develop'), eq(variables['Build.Repository.Name'], 'hash-predef') jobs: - job: Documentation