Skip to content

feat(pipeline): do not create pipeline from schedules

Michael requested to merge chore/ignore-scheduled into main

GitLab scheduled pipelines do not create a catladder pipeline.

This allows jobs outside of catladder to exist that only run in scheduled pipelines. For exotic use cases (aka "hacks") like pulling data into the repo from other sources.

Merge request reports