Skip to content

Commit 478017e

Browse files
committed
clean up the detached pipeline
1 parent 16e0ff2 commit 478017e

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

tools/ci/config/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -444,11 +444,11 @@ build_template_app:
444444
code_quality_check:
445445
extends: .sonar_scan_template
446446
dependencies:
447-
- clang_tidy_check_regular_for_MR_review
447+
- clang_tidy_check_regular
448448
only:
449-
- merge_requests
449+
- triggers
450450
script:
451-
- sonar-scanner -X
451+
- sonar-scanner
452452
-Dsonar.analysis.mode=preview
453453
-Dsonar.host.url=$SONAR_HOST_URL
454454
-Dsonar.login=$SONAR_LOGIN

tools/ci/config/pre_check.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,6 @@ clang_tidy_check:
197197
clang_tidy_check_regular:
198198
extends: .clang_tidy_check_template
199199

200-
clang_tidy_check_regular_for_MR_review:
201-
extends: .clang_tidy_check_template
202-
only:
203-
- merge_requests
204-
205200
clang_tidy_check_all:
206201
extends: .clang_tidy_check_template
207202
variables:

0 commit comments

Comments
 (0)