automatic-merge: Tune frequency down to every midnight

This commit is contained in:
Johannes Meyer 2020-04-24 09:37:39 +02:00
parent c89cf3f684
commit f904ad658f
1 changed files with 1 additions and 3 deletions

View File

@ -3,9 +3,7 @@ name: Automatic Merge
on:
schedule:
# Every day at midnight
#- cron: "0 0 * * *"
# Every 15 minutes
- cron: "*/15 * * * *"
- cron: "0 0 * * *"
jobs:
merge: