workflows: fix documentation for periodic 24 hours merge

This commit is contained in:
Dennis Gosnell 2021-07-01 20:16:36 +09:00 committed by GitHub
parent dd9790a83f
commit 4b16b8c76b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ name: "Periodic Merges (24h)"
on:
schedule:
# * is a special character in YAML so you have to quote this string
# Merge every 6 hours
# Merge every 24 hours
- cron: '0 0 * * *'
jobs: