We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c026147 commit 702c3ceCopy full SHA for 702c3ce
docs/pipelines/process/scheduled-triggers.md
@@ -82,6 +82,7 @@ Scheduled pipelines in YAML have the following constraints.
82
- If you specify an `exclude` clause without an `include` clause for `branches`, it's equivalent to specifying `*` in the `include` clause.
83
- You can't use pipeline variables when specifying schedules.
84
- 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.
86
87
### Branch considerations for scheduled triggers
88
0 commit comments