mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-30 13:00:10 +01:00
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>
This commit is contained in:
parent
44988f411b
commit
6a604d7c2f
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue