mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
Don't let marge run post-merge pipeline
This is a small regression from previous change.
This commit is contained in:
parent
26c45d6ca3
commit
8cb3a84d97
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ manifest:
|
|||
extends:
|
||||
- '.global_ci_policy'
|
||||
rules:
|
||||
- if: '$GITLAB_USER_LOGIN == "gstreamer-merge-bot"'
|
||||
- if: '$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME && $GITLAB_USER_LOGIN == "gstreamer-merge-bot"'
|
||||
when: 'always'
|
||||
- if: '$CI_PROJECT_PATH == "gstreamer/cerbero"'
|
||||
when: 'always'
|
||||
|
|
Loading…
Reference in a new issue