Skip to content

Commit

Permalink
add docs success to automatic
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Christoff <[email protected]>
  • Loading branch information
schristoff committed Jul 3, 2023
1 parent 565f882 commit 4238ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/azure-pipelines.pr-automatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ stages:

- stage: Validate
dependsOn: Setup
condition: eq(dependencies.Setup.outputs['pr_type.BUILD.DOCS_ONLY'], 'false')
condition: and(succeeded(), eq(dependencies.Setup.outputs['pr_type.BUILD.DOCS_ONLY'], 'false'))
jobs:
- job: build
displayName: "Native Compile"
Expand Down

0 comments on commit 4238ea4

Please sign in to comment.