From 4b16b8c76bfbc33f082c980b21d2e7f2a605a5cd Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Thu, 1 Jul 2021 20:16:36 +0900 Subject: [PATCH] workflows: fix documentation for periodic 24 hours merge --- .github/workflows/periodic-merge-24h.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/periodic-merge-24h.yml b/.github/workflows/periodic-merge-24h.yml index adc8fa1e3ea4..341656d93925 100644 --- a/.github/workflows/periodic-merge-24h.yml +++ b/.github/workflows/periodic-merge-24h.yml @@ -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: