[gnome-builder] CI: do not spin up environments for master and tags



commit fdb8315c984932c9cb1bb84af60bba8210c5d293
Author: Jordan Petridis <jordanpetridis protonmail com>
Date:   Thu Aug 2 16:59:08 2018 +0000

    CI: do not spin up environments for master and tags

 .gitlab-ci.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dd7306449..040378765 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,6 +62,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-builder
+        - tags
 
 stop_review:
     stage: review
@@ -70,4 +73,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-builder
+        - tags


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