diff --git a/.github/workflows/repo-stats.yml b/.github/workflows/repo-stats.yml index 4412c2e..7696b18 100644 --- a/.github/workflows/repo-stats.yml +++ b/.github/workflows/repo-stats.yml @@ -1,8 +1,8 @@ -name: Daily Repo Stats Collection +name: Weekly Repo Stats Collection on: workflow_dispatch: schedule: - - cron: '0 23 * * *' + - cron: '0 23 * * 6' # Saturday permissions: # Write access in order to update the local files with the reports