Skip to content

Commit ad5522b

Browse files
authored
Remove deprecation note on schedule workflows
1 parent bfea199 commit ad5522b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/guides/modules/orchestrate/pages/workflows.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,6 @@ In this example, the purpose of the `hold` job is to wait for approval to begin
386386

387387
NOTE: Scheduled workflows are not available for projects integrated through the GitHub App, GitLab or Bitbucket Data Center.
388388

389-
NOTE: *The deprecation of the scheduled workflows feature is postponed*. Since the deprecation announcement went live, your feedback and feature requests have been monitored and it is clear there is more work for us to do to improve the existing schedule triggers experience, and also make migration easier for all. Updates on a new deprecation timeline will be announced here and on link:https://discuss.circleci.com/[CircleCI Discuss].
390-
391389
CAUTION: The scheduled workflows feature does not support xref:dynamic-config.adoc[dynamic configuration]. If you use dynamic configuration you will need to use xref:schedule-triggers.adoc[schedule triggers] for scheduling. More information can be found in this link:https://support.circleci.com/hc/en-us/articles/360060833331-Support-for-Scheduled-Workflows-in-Dynamic-Configurations-Setup-Workflows[support article].
392390

393391
By default, a workflow runs on every push, or based on the event rules you have set up for your trigger (menu:Project settings[Triggers] or menu:Project settings[Project Setup]). To trigger a workflow on a schedule, add the `triggers` key to the workflow and specify a `schedule`. Scheduled workflows use the `cron` syntax to represent Coordinated Universal Time (UTC).

0 commit comments

Comments
 (0)