summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMichel Dänzer <mdaenzer@redhat.com>2021-12-16 12:23:08 +0100
committerMarge Bot <emma+marge@anholt.net>2022-02-21 14:41:01 +0000
commited246aa29b64e8114abbc4fa9294ecde18ccd260 (patch)
treed2089f5aa359ee8f4647ff893eefe68b42187e99 /.gitlab-ci.yml
parent40addce70e1440d29a88c945409c125b32665944 (diff)
downloadmesa-ed246aa29b64e8114abbc4fa9294ecde18ccd260.tar.gz
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>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d17ee7871aa..2d86da81bec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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