diff options
author | Jordan Petridis <jordanpetridis@protonmail.com> | 2018-03-18 17:43:07 +0200 |
---|---|---|
committer | Jordan Petridis <jordanpetridis@protonmail.com> | 2018-03-18 17:43:07 +0200 |
commit | 5c48e7136cc91b1aea69f13b2780ce2e5d8bac00 (patch) | |
tree | 2537afe232f4f743287cefa495fbd619a0a45b3a /.gitlab-ci.yml | |
parent | be0e8c9049f88155a5887140fb1ddb9074271b79 (diff) | |
download | nautilus-5c48e7136cc91b1aea69f13b2780ce2e5d8bac00.tar.gz |
gitlabci: Allow for the cross-distro state to be triggered manually from the web gui.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
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 |