From ebdf43db97b4a5eb28bd1553f00204124e22ec81 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Thu, 2 Aug 2018 16:22:00 +0000 Subject: CI: do not spin up environments for tags. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d672909a..eecb3da6b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,6 +63,7 @@ review: on_stop: stop_review except: - master@GNOME/nautilus + - tags stop_review: stage: deploy @@ -74,6 +75,7 @@ stop_review: action: stop except: - master@GNOME/nautilus + - tags fedora:rawhide: image: fedora:rawhide -- cgit v1.2.1