ci: ensure clang_tidy_deploy artifacts downloaded

This commit is contained in:
Fu Hanxi 2021-02-17 00:17:33 +08:00
parent 4f1ef535c1
commit 1f12eaf6ea

View File

@ -111,6 +111,7 @@ clang_tidy_deploy:
extends:
- .deploy_job_template
- .rules:patterns:clang_tidy
dependencies: # set dependencies to null to avoid missing artifacts issue
needs:
- clang_tidy_check
tags: