Skip to content

Commit

Permalink
Changed automatic merge frequency to 'daily' (#822)
Browse files Browse the repository at this point in the history
* Changed automatic merge frequency to 'daily'

* Addressed Harshula's comments
  • Loading branch information
atteggiani authored Oct 14, 2024
1 parent a610064 commit f369c21
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 01:09 (AEST)
# AEST is UTC+10 --> 01:09 AEST is 15:09 UTC
- cron: "9 15 * * *"

jobs:
check-links:
Expand Down

0 comments on commit f369c21

Please sign in to comment.