From 86b559253b71ac051c52ccc8a02b8ade49da9b54 Mon Sep 17 00:00:00 2001 From: Maxim Ganetsky Date: Thu, 20 Jul 2023 16:23:02 +0000 Subject: [PATCH] CI: enabled 'tests-codetools' job to run by default --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cee2527ce9..45a9e97747 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -329,4 +329,4 @@ tests-codetools: # run Codetools tests and output results in JUnit format (for t junit: $OUTPUT_FILE rules: - !reference [.runscheduled, rules] - - !reference [.manualjob, rules] + - !reference [.onsuccessjob, rules]