mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-21 19:04:42 -04:00
Merge branch 'notidy_draft' into 'master'
Draft: Don't run clang-tidy on draft MR See merge request OpenMW/openmw!3828
This commit is contained in:
commit
1436097f0d
@ -415,6 +415,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