Update cron schedule to run every 20 minutes
This commit is contained in:
parent
5aa1131d2d
commit
260700c926
2
.github/workflows/merger.yml
vendored
2
.github/workflows/merger.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: Merges pull requests
|
||||
on:
|
||||
schedule:
|
||||
- cron: '* * * * *'
|
||||
- cron: '*/20 * * * *'
|
||||
|
||||
jobs:
|
||||
pull-request-merger:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user