ci: Add "is for Marge Bot" YAML anchor

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6566>
This commit is contained in:
Michel Dänzer 2020-09-08 18:00:21 +02:00 committed by Marge Bot
parent 0fcb8b33c5
commit 208876b709
1 changed files with 4 additions and 1 deletions

View File

@ -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