[gnome-todo/alatiera/flatpak-runtime] CI: don not spin up environments for master and tags



commit dd879f1a90e7acd63e5633f314c8edc740f51d04
Author: Jordan Petridis <jordanpetridis protonmail com>
Date:   Thu Aug 2 16:21:10 2018 +0000

    CI: don not spin up environments for master and tags

 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9593a8d..34d3a42 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -99,6 +99,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-todo
+        - tags
 
 stop_review:
     stage: review
@@ -108,3 +111,6 @@ stop_review:
     environment:
         name: review/$CI_COMMIT_REF_NAME
         action: stop
+    except:
+        - master@GNOME/gnome-todo
+        - tags


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