Skip to content

Commit

Permalink
Updated to run once a day
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-flinn committed Feb 18, 2024
1 parent eee05c1 commit 9e596b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduled-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- edited
- synchronize
schedule:
# https://crontab.guru: Mondays at 0900
- cron: '0 9 * * 1'
#- cron: '0 * * * *' # Every Hour
- cron: '0 15 * * *' # Once a day at 7AM PST

jobs:
merge_schedule:
Expand Down

0 comments on commit 9e596b9

Please sign in to comment.