[gnome-games] CI: don't spin up environments for master and tags



commit ae3dc56998bd8e5b48cd80a2ca5637234e5d5840
Author: Jordan Petridis <jordanpetridis protonmail com>
Date:   Thu Aug 2 17:56:25 2018 +0000

    CI: don't spin up environments for master and tags

 .gitlab-ci.yml | 7 +++++++
 1 file changed, 7 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 427c6518..ae2f25bf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,6 +57,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-games
+    - tags
 
 stop_review:
   stage: review
@@ -66,3 +69,7 @@ stop_review:
   environment:
     name: review/$CI_COMMIT_REF_NAME
     action: stop
+  except:
+    - master@GNOME/gnome-games
+    - tags
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]