Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

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 4ce4098 commit 7ef1836
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 8 1,7 *'

jobs:
scan:
Expand Down

0 comments on commit 7ef1836

Please sign in to comment.