workflows: fix documentation for periodic 24 hours merge
This commit is contained in:
parent
dd9790a83f
commit
4b16b8c76b
2
.github/workflows/periodic-merge-24h.yml
vendored
2
.github/workflows/periodic-merge-24h.yml
vendored
@ -11,7 +11,7 @@ name: "Periodic Merges (24h)"
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# * is a special character in YAML so you have to quote this string
|
# * is a special character in YAML so you have to quote this string
|
||||||
# Merge every 6 hours
|
# Merge every 24 hours
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user