Skip to content

gitlab-ci: equally delay all jobs on integration branches

Brad King requested to merge brad.king/cmake:ci-lint-delay into master

When running a pipeline on an integration branch in cmake/cmake, delay the lint jobs just as much as all the others. This avoids starting them unnecessarily during a sequence of merges over a short time range.

Backport: release

Merge request reports