Skip to content

Commit 5e16c8d

Browse files
authored
Merge pull request #14329 from mariselo/patch-3
Update scheduled triggers documentation
2 parents c026147 + 360905a commit 5e16c8d

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 won't automatically refresh the schedule triggers.
8586

8687
### Branch considerations for scheduled triggers
8788

0 commit comments

Comments
 (0)