Skip to content

Commit

Permalink
Schedule SonarCloud action twice a year to prevent auto-cleanup due t…
Browse files Browse the repository at this point in the history
…o inactivity
  • Loading branch information
robtimus committed Sep 6, 2023
1 parent 94ea021 commit ec6efda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ on:
# only run for branches, not tags
branches: ['**']
pull_request:
schedule:
- cron: '0 6 14 5,11 *'

jobs:
scan:
Expand Down

0 comments on commit ec6efda

Please sign in to comment.