ci: fix rules for formatting checks
Fixes: 70eff58767
("ci: allow hw jobs even if lint jobs fail for non-Marge pipelines")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26511>
This commit is contained in:

committed by
Marge Bot

parent
72ad0db505
commit
d971e3ba45
@@ -25,11 +25,6 @@
|
||||
stage: lint
|
||||
extends:
|
||||
- .use-debian/x86_64_build
|
||||
rules:
|
||||
# in merge pipeline, don't touch the default settings
|
||||
- if: $GITLAB_USER_LOGIN == "marge-bot" && $CI_COMMIT_BRANCH == null
|
||||
# in other pipelines, formatting checks are allowed to fail
|
||||
- allow_failure: true
|
||||
variables:
|
||||
GIT_STRATEGY: fetch
|
||||
timeout: 10m
|
||||
|
Reference in New Issue
Block a user