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:
Eric Engestrom 2025-02-05 19:38:24 +01:00 committed by Marge Bot
parent c8ad134d46
commit 7b018945e8

View file

@ -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: