summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-02-21 09:44:22 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2020-02-24 00:56:38 +0000
commit6a604d7c2f7073ff41c3e32f635d95e5439c33b8 (patch)
tree7d4fb6a19ce1e30bc320498c8685352a7d0cc5bb
parent44988f411b1e598a47c4982ff1e035e72b093c98 (diff)
downloadlibinput-6a604d7c2f7073ff41c3e32f635d95e5439c33b8.tar.gz
gitlab CI: don't push to wayland web on scheduled jobs
We have a set of scheduled jobs to rebuild images and clean out old containers, but since they're largely unsupervised (i.e. not in response to a MR) we don't want to update the official documentation - just in case something goes wrong. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--.gitlab-ci.yml3
-rw-r--r--.gitlab-ci/gitlab-ci.tmpl3
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf6c56f4..259728bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -854,6 +854,9 @@ wayland-web:
--form "token=<$WAYLAND_WEB_TOKEN"
--form ref=master
https://gitlab.freedesktop.org/api/v4/projects/wayland${SLASH}wayland${DOT}freedesktop${DOT}org/trigger/pipeline
+ except:
+ refs:
+ - schedules
only:
refs:
- master
diff --git a/.gitlab-ci/gitlab-ci.tmpl b/.gitlab-ci/gitlab-ci.tmpl
index 0a75a604..daa5dd5f 100644
--- a/.gitlab-ci/gitlab-ci.tmpl
+++ b/.gitlab-ci/gitlab-ci.tmpl
@@ -638,6 +638,9 @@ wayland-web:
--form "token=<$WAYLAND_WEB_TOKEN"
--form ref=master
https://gitlab.freedesktop.org/api/v4/projects/wayland${SLASH}wayland${DOT}freedesktop${DOT}org/trigger/pipeline
+ except:
+ refs:
+ - schedules
only:
refs:
- master