CI: don't run the wayland-web job for marge

marge doesn't have sufficient permissions to trigger the pipeline, so
all we get is every trigger job failing. Let's disable this until it can
be figured out properly.

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1287>
This commit is contained in:
Peter Hutterer 2025-08-01 12:39:42 +10:00 committed by Marge Bot
parent 7d59252643
commit a22883f7e2
2 changed files with 2 additions and 0 deletions

View file

@ -1381,4 +1381,5 @@ wayland-web:
refs:
- main
variables:
- $GITLAB_USER_LOGIN != "marge-bot"
- $CI_PROJECT_PATH == "libinput/libinput"

View file

@ -808,4 +808,5 @@ wayland-web:
refs:
- main
variables:
- $GITLAB_USER_LOGIN != "marge-bot"
- $CI_PROJECT_PATH == "libinput/libinput"