You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pipelines/process/scheduled-triggers.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ schedules:
52
52
branches:
53
53
include: [ string ] # which branches the schedule applies to
54
54
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.
56
56
```
57
57
58
58
::: moniker-end
@@ -66,7 +66,7 @@ schedules:
66
66
branches:
67
67
include: [ string ] # which branches the schedule applies to
68
68
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.
70
70
batch: boolean # Whether to run the pipeline if the previously scheduled run is in-progress; the default is false.
71
71
# batch is available in Azure DevOps Server 2022.1 and higher
0 commit comments