From 4547e64c8f142da9a068663c28fcc39e346a8064 Mon Sep 17 00:00:00 2001 From: Adam Zielinski Date: Mon, 12 Aug 2024 16:41:15 +0200 Subject: [PATCH] CAPI-245(feat): run SC without restrictions Signed-off-by: Adam Zielinski --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e15942..dd06999 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,3 @@ sonarcloud-check: - .sonar/cache script: - sonar-scanner - only: - - merge_requests - - master - - develop