Skip to content

Commit

Permalink
ci(merge-rate): update schedule cron to run on Wednesday and align wi…
Browse files Browse the repository at this point in the history
…th sprint schedule (#17830)
  • Loading branch information
tay1orjones authored Oct 23, 2024
1 parent c6ebc2d commit a4d483d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/metrics-merge-rate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a4d483d

Please sign in to comment.