Commit c6f9946
authored
Fix job conditions to allow cancelling (Azure#16126)
The conditions at the job level are inherited at each step level
if the step doesn't override the condition so we need to make
sure we add the "succeededOrFailed" function so that steps can be cancelled.1 parent aea4dc3 commit c6f9946
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments