From 8e62bd04dd313170f16c26dd08740e42042059a8 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 24 Oct 2021 17:51:33 -0500 Subject: [PATCH] Update from hash-predef. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3672056..febe21d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -216,7 +216,7 @@ stages: - stage: WebsiteUpdate displayName: 'Website Update' - condition: and(in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/develop'), eq(variables['Build.Repository.Name'], 'hash-predef')) + condition: and(in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/develop'), eq(variables['Build.Repository.Name'], 'grafikrobot/hash-predef')) jobs: - job: Documentation