mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 20:10:17 +01:00
ci: drop redundant condition
"marge-bot push" is already caught by the `post-merge pipeline` rule above. Reviewed-by: Martin Roukala <None> Reviewed-by: Dylan Baker <None> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33411>
This commit is contained in:
parent
31f0a9be3f
commit
271bc0727c
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ workflow:
|
|||
# Note: 0 = infinity = gitlab's job `timeout:` applies, which is 1h
|
||||
BUILD_JOB_TIMEOUT_OVERRIDE: 0
|
||||
# pipeline for direct pushes that bypassed the CI
|
||||
- if: &is-direct-push $CI_PROJECT_NAMESPACE == "mesa" && $CI_PIPELINE_SOURCE == "push" && $GITLAB_USER_LOGIN != "marge-bot"
|
||||
- if: &is-direct-push $CI_PROJECT_NAMESPACE == "mesa" && $CI_PIPELINE_SOURCE == "push"
|
||||
variables:
|
||||
JOB_PRIORITY: 70
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue