Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/pipelines/process/scheduled-triggers.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Scheduled pipelines in YAML have the following constraints.
- If you specify an `exclude` clause without an `include` clause for `branches`, it's equivalent to specifying `*` in the `include` clause.
- You can't use pipeline variables when specifying schedules.
- 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.
- If a pipeline is disabled, updates made to its YAML file won't automatically refresh the schedule triggers.

### Branch considerations for scheduled triggers

Expand Down