mirror of
https://github.com/boostorg/predef.git
synced 2025-07-31 20:24:26 +02:00
Fix missing parens.
This commit is contained in:
@@ -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'], 'hash-predef'))
|
||||
jobs:
|
||||
|
||||
- job: Documentation
|
||||
|
Reference in New Issue
Block a user