diff --git a/.github/workflows/repo-stats.yml b/.github/workflows/repo-stats.yml index e41885f5ddcf..d830ccdb3e72 100644 --- a/.github/workflows/repo-stats.yml +++ b/.github/workflows/repo-stats.yml @@ -1,10 +1,10 @@ name: github-repo-stats on: - schedule: + # schedule: # Run this once per day, towards the end of the day for keeping the most # recent data point most meaningful (hours are interpreted in UTC). - - cron: "0 23 * * *" + # - cron: "0 23 * * *" workflow_dispatch: # Allow for running this manually. jobs: