ci: Prevent stop_review from running on image builds

[skip ci]
This commit is contained in:
Georges Basile Stavracas Neto 2018-12-11 11:21:21 -02:00
parent 5791b9a213
commit 5eef2f4cff

View file

@ -251,6 +251,9 @@ stop_review:
environment:
name: review/$CI_COMMIT_REF_NAME
action: stop
except:
variables:
- $CI_PIPELINE_SOURCE == "schedule"
# Runs the sanitizers [address, thread, undefined, and memory].
.sanitizer: &sanitizer