It’ll only be scheduled pipelines, not scheduled workflows. Is the preference for scheduled workflows the ability to specify schedule in your config YML? that will be possible with the circleci terraform provider Official CircleCI Terraform provider now available - CircleCI Changelog & scheduled pipelines using github app soon as well
Just like how it worked with my Github OAuth pipeline.
In my Github OAuth pipeline, that config would kick off workflows based of that schedule, no additional config was needed in the pipeline config.
In the Github App pipeline, no workflow would be kicked off, as if that config was completely ignored.
Got it. it is expected behavior at this time that the config syntax doesn’t work for Github App pipelines.
The GitHub App pipeline won’t support the config syntax that you just sent. The plan is to support cron syntax via scheduled pipelines for GitHub App pipelines.