Skip to content

Commit 360905a

Browse files
authored
Update docs/pipelines/process/scheduled-triggers.md
1 parent 702c3ce commit 360905a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pipelines/process/scheduled-triggers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +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.
85+
- If a pipeline is disabled, updates made to its YAML file won't automatically refresh the schedule triggers.
8686

8787
### Branch considerations for scheduled triggers
8888

0 commit comments

Comments
 (0)