mirror of
https://github.com/boostorg/predef.git
synced 2025-07-29 19:47:12 +02:00
Only run doc CI build on hash-predef root repo.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user