From 6a604d7c2f7073ff41c3e32f635d95e5439c33b8 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 21 Feb 2020 09:44:22 +1000 Subject: [PATCH] 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 --- .gitlab-ci.yml | 3 +++ .gitlab-ci/gitlab-ci.tmpl | 3 +++ 2 files changed, 6 insertions(+) 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 -- 2.34.1