mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 02:40:11 +01:00
ci/yaml-toml-shell-py-test: run on direct push pipelines
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33412>
This commit is contained in:
parent
c8ad134d46
commit
7b018945e8
1 changed files with 8 additions and 0 deletions
|
|
@ -75,6 +75,14 @@ yaml-toml-shell-py-test:
|
|||
- .gitlab-ci/tests/**/*
|
||||
- bin/ci/**/*
|
||||
when: on_success
|
||||
# direct pushes that bypassed the CI
|
||||
- if: $CI_PROJECT_NAMESPACE == "mesa" && $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||
changes: *lint_files
|
||||
when: on_success
|
||||
# direct pushes from release manager
|
||||
- if: $CI_PROJECT_NAMESPACE == "mesa" && $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_REF_NAME =~ /^staging\//
|
||||
changes: *lint_files
|
||||
when: on_success
|
||||
- changes: *lint_files
|
||||
when: manual
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue