Skip to content

Commit 428867a

Browse files
svenzikmrts
authored andcommitted
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 5b045cd commit 428867a

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
@@ -9,6 +9,8 @@ on:
99
paths-ignore:
1010
- 'example/**'
1111
- '.github/workflows/*example*'
12+
schedule:
13+
- cron: '45 6 8-14,22-28 * 1'
1214

1315
jobs:
1416
analyze:

0 commit comments

Comments
 (0)