[nautilus] CI: do not spin up environments for tags.



commit ebdf43db97b4a5eb28bd1553f00204124e22ec81
Author: Jordan Petridis <jordanpetridis protonmail com>
Date:   Thu Aug 2 16:22:00 2018 +0000

    CI: do not 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 1d672909a..eecb3da6b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,6 +63,7 @@ review:
         on_stop: stop_review
     except:
         - master@GNOME/nautilus
+        - tags
 
 stop_review:
     stage: deploy
@@ -74,6 +75,7 @@ stop_review:
         action: stop
     except:
         - master@GNOME/nautilus
+        - tags
 
 fedora:rawhide:
     image: fedora:rawhide


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