Merge topic 'fix-dependent-pipelines' into release-3.18

726766713b gitlab-ci: avoid failing dependent steps

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5069
This commit is contained in:
Brad King
2020-07-27 14:52:34 +00:00
committed by Kitware Robot
+2 -2
View File
@@ -12,7 +12,7 @@
.run_automatically:
rules:
- if: '$CI_PROJECT_PATH == "cmake/cmake"'
when: always
when: on_success
- if: '$CI_MERGE_REQUEST_ID'
when: always
when: on_success
- when: never