summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c4cc6886190..41f1eb96cff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,6 +44,9 @@ stages:
# --------------------------------
.rules-anchors:
rules:
+ # For Marge Bot
+ - if: &is-for-marge '$GITLAB_USER_LOGIN == "marge-bot"'
+ when: never
# Forked project branch
- if: &is-forked-branch '$CI_PROJECT_PATH != "mesa/mesa" && $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME != $CI_COMMIT_REF_NAME'
when: manual
@@ -149,7 +152,7 @@ success:
- *ignore_scheduled_pipelines
- if: *is-post-merge
when: never
- - if: '$GITLAB_USER_LOGIN == "marge-bot"'
+ - if: *is-for-marge
changes: *docs-or-ci
when: never
- changes: *all_paths