Skip to content

Commit 4c6032f

Browse files
committed
Schedule SonarCloud action twice a year to prevent auto-cleanup due to inactivity
1 parent 5cff900 commit 4c6032f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ on:
2020
# only run for branches, not tags
2121
branches-ignore: php8
2222
pull_request:
23+
schedule:
24+
- cron: '0 6 27 4,10 *'
2325

2426
jobs:
2527
scan:

0 commit comments

Comments
 (0)