Skip to content

Commit f02a6a9

Browse files
Update conditions.md
1 parent b52d55b commit f02a6a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pipelines/process/conditions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ You can specify conditions under which a step, job, or stage will run.
2828
[!INCLUDE [include](includes/task-run-built-in-conditions.md)]
2929
* Custom conditions
3030

31-
By default, steps, jobs, and stages run if all previous steps/jobs have succeeded.
32-
It's as if you specified "condition: succeeded()" (see [Job status functions](expressions.md#job-status-functions)).
31+
By default, steps, jobs, and stages run if all direct and indirect dependencies have succeeded.
32+
It's as if you specified "condition: succeeded()" (see [succeeded status function](expressions.md#succeeded)).
3333

3434
```yaml
3535
jobs:

0 commit comments

Comments
 (0)