Skip to content

Commit 52261c8

Browse files
committed
review changes
1 parent dfd594d commit 52261c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pipelines/process/conditions.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ title: Pipeline conditions
33
description: Learn about how to specify the conditions under which each Azure Pipelines stage, job, or step runs.
44
ms.topic: conceptual
55
ms.assetid: C79149CC-6E0D-4A39-B8D1-EB36C8D3AB89
6-
ms.date: 06/20/2024
6+
ms.date: 06/27/2024
77
monikerRange: '<= azure-devops'
88
---
99

1010
# Pipeline conditions
1111

1212
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
1313

14-
This article describes the conditions under which an Azure Pipelines stage, job, or step runs, and how to specify different conditions.
14+
This article describes the conditions under which an Azure Pipelines stage, job, or step runs, and how to specify different conditions. For more context on stages, jobs, and steps, see [Key concepts for Azure Pipelines](../get-started/key-pipelines-concepts.md).
1515

16-
- By default, a job or stage runs if it doesn't depend on any other job or stage, or if all its dependencies completed and succeeded. This requirement applies not only to direct dependencies, but to their dependencies, computed recursively.
16+
- By default, a job or stage runs if it doesn't depend on any other job or stage, or if all its dependencies completed and succeeded. This requirement applies not only to direct dependencies, but to their indirect dependencies, computed recursively.
1717

1818
- By default, a step runs if nothing in its job failed yet and the step immediately preceding it completed.
1919

0 commit comments

Comments
 (0)