mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-23 18:24:13 +08:00
ci: Create test-docs job in mesa/mesa pipelines for MRs
Since the last GitLab update, pre-merge pipelines for MRs run in the mesa/mesa namespace, so this job didn't get created anymore, causing trouble. Reviewed-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6522>
This commit is contained in:
parent
52cac06862
commit
f13f32f83f
@ -70,11 +70,12 @@ test-docs:
|
||||
stage: container+docs
|
||||
rules:
|
||||
- *ignore_scheduled_pipelines
|
||||
- if: '$CI_PROJECT_NAMESPACE == "mesa"'
|
||||
when: never
|
||||
- if: '$GITLAB_USER_LOGIN == "marge-bot" && $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == $CI_COMMIT_REF_NAME'
|
||||
changes: *docs-or-ci
|
||||
when: on_success
|
||||
- if: '$GITLAB_USER_LOGIN != "marge-bot" && $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME != $CI_COMMIT_REF_NAME && $CI_PROJECT_PATH == "mesa/mesa"'
|
||||
changes: *docs-or-ci
|
||||
when: on_success
|
||||
- changes: *docs-or-ci
|
||||
when: manual
|
||||
# Other cases default to never
|
||||
|
Loading…
Reference in New Issue
Block a user