From a4d483daa77662919d81217265564e86e8cf4a1b Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Wed, 23 Oct 2024 12:17:48 -0500 Subject: [PATCH] ci(merge-rate): update schedule cron to run on Wednesday and align with sprint schedule (#17830) --- .github/workflows/metrics-merge-rate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: