summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jordanpetridis@protonmail.com>2018-03-18 17:43:07 +0200
committerJordan Petridis <jordanpetridis@protonmail.com>2018-03-18 17:43:07 +0200
commit5c48e7136cc91b1aea69f13b2780ce2e5d8bac00 (patch)
tree2537afe232f4f743287cefa495fbd619a0a45b3a
parentbe0e8c9049f88155a5887140fb1ddb9074271b79 (diff)
downloadnautilus-5c48e7136cc91b1aea69f13b2780ce2e5d8bac00.tar.gz
gitlabci: Allow for the cross-distro state to be triggered manually from the web gui.
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c4fc5359e..d033e6945 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,6 +68,8 @@ fedora:rawhide:
coverage: '/^TOTAL.*\s+(\d+\%)$/'
only:
- schedules
+ - web
+ - tags
ubuntu:devel:
image: ubuntu:devel
@@ -84,6 +86,8 @@ ubuntu:devel:
<<: *distro_test
only:
- schedules
+ - web
+ - tags
opensuse:tumbleweed:
image: opensuse:tumbleweed
@@ -96,3 +100,5 @@ opensuse:tumbleweed:
<<: *distro_test
only:
- schedules
+ - web
+ - tags