ci: Remove unused is-for-marge YAML anchor

Acked-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14225>
This commit is contained in:
Michel Dänzer 2021-12-16 12:23:08 +01:00 committed by Marge Bot
parent 40addce70e
commit ed246aa29b
1 changed files with 0 additions and 3 deletions

View File

@ -93,9 +93,6 @@ stages:
# --------------------------------
.rules-anchors:
rules:
# For Marge Bot
- if: &is-for-marge '$GITLAB_USER_LOGIN == "marge-bot"'
when: never
# Pipeline for forked project branch
- if: &is-forked-branch '$CI_COMMIT_BRANCH && $CI_PROJECT_NAMESPACE != "mesa"'
when: manual