We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0da645 commit 1dbb72cCopy full SHA for 1dbb72c
.pipelines/diabetes_regression-ci-build-train.yml
@@ -43,7 +43,7 @@ stages:
43
44
- stage: 'Trigger_AML_Pipeline'
45
displayName: 'Train model'
46
- condition: not(variables['MODEL_BUILD_ID'])
+ condition: and(succeeded(), not(variables['MODEL_BUILD_ID']))
47
jobs:
48
- job: "Get_Pipeline_ID"
49
condition: and(succeeded(), eq(coalesce(variables['auto-trigger-training'], 'true'), 'true'))
0 commit comments