ci/yaml-toml-shell-py-test: run on direct push pipelines

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33412>
(cherry picked from commit 7b018945e8)
This commit is contained in:
Eric Engestrom 2025-02-05 19:38:24 +01:00 committed by Eric Engestrom
parent b01077c27a
commit 90e72c54d8
2 changed files with 9 additions and 1 deletions

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:

View file

@ -114,7 +114,7 @@
"description": "ci/yaml-toml-shell-py-test: run on direct push pipelines",
"nominated": false,
"nomination_type": 0,
"resolution": 4,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null