blob: 3bb8ae4eba9d576bc099fe12bbef8469de3355d2 [file] [log] [blame]
# Rules for where jobs can run
.run_manually:
rules:
- if: '$CI_MERGE_REQUEST_ID'
when: manual
- if: '$CI_PROJECT_PATH == "cmake/cmake"'
when: delayed
start_in: 5 minutes
- when: never
.run_automatically:
rules:
- if: '$CI_MERGE_REQUEST_ID'
when: on_success
- if: '$CI_PROJECT_PATH == "cmake/cmake"'
when: on_success
- when: never