Skip to content

Commit 28e4274

Browse files
committed
build: Run scheduled sonar analysis as otherwise token will expire in 60 days
WE2-964 Signed-off-by: Sven Mitt <svenzik@users.noreply.github.com>
1 parent e54b8b6 commit 28e4274

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sonarcloud-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
paths-ignore:
66
- 'example/**'
77
- '.github/workflows/*example*'
8+
schedule:
9+
- cron: '30 6 8-14,22-28 * 1'
810

911
jobs:
1012
analyze:

0 commit comments

Comments
 (0)