gitlab-ci: avoid failing dependent steps

This avoids making busted jobs if a prerequisite fails.
This commit is contained in:
Ben Boeckel
2020-07-27 09:56:24 -04:00
parent 16327086f0
commit 726766713b

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