From e613ffb5a52efcacea2ceb6fe984d2a88573a4de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Mon, 29 May 2023 15:20:21 +0200 Subject: [PATCH] ci: Always run dist job at marge-bot state Part-of: --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e0b9c3d0..4f1eb4981 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -527,6 +527,10 @@ dist-mutter: - "**/meson.build" - meson/* when: always + - if: '$GITLAB_USER_LOGIN == "marge-bot"' + when: always + - if: '$CI_MERGE_REQUEST_ASSIGNEES == "marge-bot"' + when: always dist-mutter-tarball: extends: dist-mutter