Skip to content

Commit 702c3ce

Browse files
authored
Update scheduled triggers documentation
Clarify behavior of disabled pipelines regarding schedule triggers. Repair item from ADO: https://dev.azure.com/mseng/AzureDevOps/_workitems/edit/2238274
1 parent c026147 commit 702c3ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/pipelines/process/scheduled-triggers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Scheduled pipelines in YAML have the following constraints.
8282
- If you specify an `exclude` clause without an `include` clause for `branches`, it's equivalent to specifying `*` in the `include` clause.
8383
- You can't use pipeline variables when specifying schedules.
8484
- If you use [templates in your YAML file](templates.md), then the schedules must be specified in the main YAML file and not in the template files.
85+
- If a pipeline is disabled, updates made to its YAML file will not automatically refresh the schedule triggers.
8586

8687
### Branch considerations for scheduled triggers
8788

0 commit comments

Comments
 (0)