From 99d59e21964e46255e57f3a673a43f73c70f1999 Mon Sep 17 00:00:00 2001 From: Sven Mitt Date: Mon, 23 Mar 2026 08:17:21 +0200 Subject: [PATCH] build: Run scheduled sonar analysis as otherwise token will expire in 60 days WE2-964 Signed-off-by: Sven Mitt --- .github/workflows/sonarcloud-analysis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sonarcloud-analysis.yml b/.github/workflows/sonarcloud-analysis.yml index ea78e973..4a925a21 100644 --- a/.github/workflows/sonarcloud-analysis.yml +++ b/.github/workflows/sonarcloud-analysis.yml @@ -9,6 +9,8 @@ on: paths-ignore: - 'example/**' - '.github/workflows/*example*' + schedule: + - cron: '45 6 8-14,22-28 * 1' jobs: analyze: