summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2021-07-01 20:16:36 +0900
committerGitHub <noreply@github.com>2021-07-01 20:16:36 +0900
commit4b16b8c76bfbc33f082c980b21d2e7f2a605a5cd (patch)
treebdfe5db5668db01dff321cae40d74a123eeff362 /.github
parentdd9790a83f3e88d4fc1ca809ec53a48d0d10662e (diff)
workflows: fix documentation for periodic 24 hours merge
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/periodic-merge-24h.yml2
1 files changed, 1 insertions, 1 deletions
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: