summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-12-11 11:21:21 -0200
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-12-11 11:21:21 -0200
commit5eef2f4cffef88a422b7140c0dc30a685bcd196e (patch)
tree7e369d647dbcb8d790d16d41810c5af0ee7cb239 /.gitlab-ci.yml
parent5791b9a213b46ec2232bf8483f2a2b8bb3087ca8 (diff)
downloadgnome-control-center-5eef2f4cffef88a422b7140c0dc30a685bcd196e.tar.gz
ci: Prevent stop_review from running on image builds
[skip ci]
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 00502d7ca..c4e1a0235 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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