diff --git a/.github/workflows/metrics-merge-rate.yml b/.github/workflows/metrics-merge-rate.yml index d465a3d50024..d820d927be79 100644 --- a/.github/workflows/metrics-merge-rate.yml +++ b/.github/workflows/metrics-merge-rate.yml @@ -2,7 +2,7 @@ name: Calculate PR Merge Rate on: schedule: - - cron: '0 12 * * 1' # Runs every Monday at 12:00 UTC + - cron: '0 1 * * 3' # Runs at 1:00 AM UTC every Wednesday workflow_dispatch: # Allows manual runs from the GitHub Actions tab jobs: