Skip to content

Commit 044c7a1

Browse files
authored
Merge pull request #14205 from mariselo/patch-2
Update scheduled-triggers.md
2 parents ba276b6 + d91785c commit 044c7a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pipelines/process/scheduled-triggers.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ schedules:
5252
branches:
5353
include: [ string ] # which branches the schedule applies to
5454
exclude: [ string ] # which branches to exclude from the schedule
55-
always: boolean # whether to always run the pipeline or only if there have been source code changes since the last successful scheduled run. The default is false.
55+
always: boolean # whether to always run the pipeline or only if there have been source code or pipeline settings changes since the last successful scheduled run. The default is false.
5656
```
5757
5858
::: moniker-end
@@ -66,7 +66,7 @@ schedules:
6666
branches:
6767
include: [ string ] # which branches the schedule applies to
6868
exclude: [ string ] # which branches to exclude from the schedule
69-
always: boolean # whether to always run the pipeline or only if there have been source code changes since the last successful scheduled run. The default is false.
69+
always: boolean # whether to always run the pipeline or only if there have been source code or pipeline settings changes since the last successful scheduled run. The default is false.
7070
batch: boolean # Whether to run the pipeline if the previously scheduled run is in-progress; the default is false.
7171
# batch is available in Azure DevOps Server 2022.1 and higher
7272
```

0 commit comments

Comments
 (0)