[gnome-music] CI: don't spin up environments for tags



commit f2869b31a6689fe4e795f36248b4a338785ec13b
Author: Jordan Petridis <jordanpetridis protonmail com>
Date:   Thu Aug 2 17:54:13 2018 +0000

    CI: don't spin up environments for tags

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 34fcf5e9..2afeecaa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,6 +45,7 @@ review:
         on_stop: stop_review
     except:
         - master@GNOME/gnome-music
+        - tags
 
 stop_review:
     stage: deploy
@@ -56,6 +57,7 @@ stop_review:
         action: stop
     except:
         - master@GNOME/gnome-music
+        - tags
 
 flake8:
   stage: check


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