From a22883f7e24ff14b1e39bf45a0028b1a2e44db52 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 1 Aug 2025 12:39:42 +1000 Subject: [PATCH] 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: --- .gitlab-ci.yml | 1 + .gitlab-ci/ci.template | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75fe8f64..64928065 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1381,4 +1381,5 @@ wayland-web: refs: - main variables: + - $GITLAB_USER_LOGIN != "marge-bot" - $CI_PROJECT_PATH == "libinput/libinput" diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index e5109cea..7190f264 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -808,4 +808,5 @@ wayland-web: refs: - main variables: + - $GITLAB_USER_LOGIN != "marge-bot" - $CI_PROJECT_PATH == "libinput/libinput"