Only run doc CI build on hash-predef root repo.

This commit is contained in:
Rene Rivera
2021-10-24 16:49:15 -05:00
parent 76218d7a19
commit e777e38a43

View File

@ -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