Skip to content

Commit

Permalink
Changed automatic merge frequency to 'daily'
Browse files Browse the repository at this point in the history
  • Loading branch information
atteggiani committed Oct 9, 2024
1 parent ce87407 commit 518e38d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/automatic_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Automatic merge

on:
schedule:
# Run every Monday at 03:09 (AEDT)
# AEDT is UTC+10 --> Monday at 03:09 AEDT is Sunday at 17:09 UTC
- cron: "9 17 * * SUN"
# Run every day at 02:09 (AEDT)
# AEDT is UTC+10 --> day at 02:09 AEDT is Sunday at 16:09 UTC
- cron: "9 16 * * *"

jobs:
check-links:
Expand Down

0 comments on commit 518e38d

Please sign in to comment.