From 28e4274463c75b1012eb73d06e5bf776a91e95ea Mon Sep 17 00:00:00 2001 From: Sven Mitt Date: Mon, 23 Mar 2026 08:07:19 +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 85ef4fb..425ebd3 100644 --- a/.github/workflows/sonarcloud-analysis.yml +++ b/.github/workflows/sonarcloud-analysis.yml @@ -5,6 +5,8 @@ on: paths-ignore: - 'example/**' - '.github/workflows/*example*' + schedule: + - cron: '30 6 8-14,22-28 * 1' jobs: analyze: