Merge pull request #19 from actions/v-malob/fix-yaml-2

Fix YAML dependency
v-malob/fix-failed-notifications
Maxim Lobanov 4 years ago committed by GitHub
commit b22990961a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,7 @@ stages:
- template: /azure-pipelines/templates/check-versions.yml
- stage: Trigger_Builds
dependsOn: Check_New_Versions
dependsOn: [Find_New_Versions, Check_New_Versions]
condition: and(succeeded(), ne(variables['WORKFLOW_FILE_NAME'], ''))
jobs:
- deployment: Run_Builds

Loading…
Cancel
Save