From d0144fb0d00b183beb9a30658af23ed18f7b7c23 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Tue, 14 Aug 2018 14:11:16 +0300 Subject: [PATCH] CI: Do not spin up review enviorment for tags --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf80df6..0db7b98 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,6 +54,7 @@ review: on_stop: stop_review except: - master@World/podcasts + - tags stop_review: stage: review @@ -65,6 +66,7 @@ stop_review: action: stop except: - master@World/podcasts + - tags # Configure and run rustfmt on nightly # Exits and builds fails if on bad format