diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2020-02-21 09:44:22 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2020-02-24 00:56:38 +0000 |
commit | 6a604d7c2f7073ff41c3e32f635d95e5439c33b8 (patch) | |
tree | 7d4fb6a19ce1e30bc320498c8685352a7d0cc5bb | |
parent | 44988f411b1e598a47c4982ff1e035e72b093c98 (diff) |
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.yml | 3 | ||||
-rw-r--r-- | .gitlab-ci/gitlab-ci.tmpl | 3 |
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 |