mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-22 03:13:15 -04:00
Don't run clang-tidy on draft MR [skipci]
See https://gitlab.com/gitlab-org/gitlab/-/issues/15065
This commit is contained in:
parent
2114f84939
commit
972e1aebef
@ -357,6 +357,9 @@ Ubuntu_Clang:
|
||||
|
||||
.Ubuntu_Clang_Tidy_Base:
|
||||
extends: Ubuntu_Clang
|
||||
rules:
|
||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TITLE =~ /^(\[Draft\]|\(Draft\)|Draft:)/'
|
||||
when: never
|
||||
before_script:
|
||||
- CI/install_debian_deps.sh clang clang-tidy openmw-deps openmw-deps-dynamic
|
||||
cache:
|
||||
|
Loading…
x
Reference in New Issue
Block a user