Skip to content

Commit

Permalink
Fix main build after broken yaml config (#12002)
Browse files Browse the repository at this point in the history
I love yaml

changelog_begin
changelog_end
  • Loading branch information
cocreature authored Dec 7, 2021
1 parent 1c4151b commit fa88836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
dependsOn: [ "check_for_release", "Linux", "macOS", "Windows" ]
condition: and(succeeded(),
eq(dependencies.check_for_release.outputs['out.is_release'], 'true'),
eq(dependencies.check_for_release.outputs['out.split_release_process'], 'false')
eq(dependencies.check_for_release.outputs['out.split_release_process'], 'false'),
eq(variables['Build.SourceBranchName'], 'main'))
pool:
name: 'ubuntu_20_04'
Expand Down

0 comments on commit fa88836

Please sign in to comment.