1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 19:08:07 +08:00

gitlab-ci: equally delay all jobs on integration branches

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.
This commit is contained in:
Brad King
2021-04-16 12:15:15 -04:00
parent e9da93e066
commit 661ff7f2d8

View File

@@ -31,7 +31,8 @@
- if: '$CI_MERGE_REQUEST_ID'
when: on_success
- if: '$CI_PROJECT_PATH == "cmake/cmake"'
when: on_success
when: delayed
start_in: 5 minutes
- when: never
.run_dependent: