Merge pull request #128874 from NixOS/cdepillabout-periodic-24-merge-documentation

workflows: fix documentation for periodic 24 hours merge
This commit is contained in:
Jörg Thalheim 2021-07-03 07:04:06 +01:00 committed by GitHub
commit 23771fdec3
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: