summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJordan Petridis <jordanpetridis@protonmail.com>2018-08-02 17:40:37 +0000
committerJordan Petridis <jordanpetridis@protonmail.com>2018-08-02 17:40:37 +0000
commit50be98cf3c931cdb7d71c9d11ecf38c2a4678900 (patch)
treed179ab732806dfab48aee4f28d720f1d7005d4e2 /.gitlab-ci.yml
parent9f899bf87ee972eecb4370332bec78ba754fe75f (diff)
downloadgnome-maps-50be98cf3c931cdb7d71c9d11ecf38c2a4678900.tar.gz
CI: don't spin up environments for master and tags
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5055d604..7d6be330 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,6 +55,9 @@ review:
name: review/$CI_COMMIT_REF_NAME
url: https://gitlab.gnome.org/$CI_PROJECT_PATH/-/jobs/$CI_JOB_ID/artifacts/raw/${BUNDLE}
on_stop: stop_review
+ except:
+ - master@GNOME/gnome-maps
+ - tags
stop_review:
stage: review
@@ -63,4 +66,7 @@ stop_review:
when: manual
environment:
name: review/$CI_COMMIT_REF_NAME
- action: stop \ No newline at end of file
+ action: stop
+ except:
+ - master@GNOME/gnome-maps
+ - tags