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.
2 parents c026147 + 360905a commit 5e16c8dCopy full SHA for 5e16c8d
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 won't automatically refresh the schedule triggers.
86
87
### Branch considerations for scheduled triggers
88
0 commit comments