mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-27 19:28:37 -06:00
gitlab-ci: avoid failing dependent steps
This avoids making busted jobs if a prerequisite fails.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user