mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
ci: fix container rules on release branches and tags
Fixes:2487e18d4e("ci: bare-metal: poe: Create strutured logs") Fixes:7c0b19a607("ci: run python-test automatically only in merge pipelines") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28911>
This commit is contained in:
parent
e8d94536d2
commit
0666a715c7
1 changed files with 2 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ python-test:
|
|||
- !reference [.never-post-merge-rules, rules]
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
when: on_success
|
||||
- if: $CI_PIPELINE_SOURCE == "push" && $CI_PROJECT_NAMESPACE == "mesa" && $GITLAB_USER_LOGIN != "marge-bot"
|
||||
when: on_success
|
||||
- if: $GITLAB_USER_LOGIN == "marge-bot"
|
||||
changes: &bin_ci_files
|
||||
- .gitlab-ci.yml
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue