Skip to content

Commit

Permalink
chore(auto-merge): increase frequency to every 2 hours (#46910)
Browse files Browse the repository at this point in the history
  • Loading branch information
clnoll authored Oct 15, 2024
1 parent 6404ba3 commit 24b5b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Auto merge connector PRs Cron

on:
schedule:
# 0AM UTC is 2AM CEST, 3AM EEST, 5PM PDT.
- cron: "0 0 * * *"
# Every 2 hours on the hour.
- cron: "0 */2 * * *"
workflow_dispatch:
jobs:
run_auto_merge:
Expand Down

0 comments on commit 24b5b10

Please sign in to comment.