summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2021-07-01 00:44:37 +0200
committerMalte Brandy <malte.brandy@maralorn.de>2021-07-01 00:44:37 +0200
commit4acf281f00accf0533a78eff7f2f876aff1195b2 (patch)
tree293709de6e731dcabff1e3907fd52adea0cf93e2 /.github
parentc8ec117b04f38254ceddb6377119525ee21d3d73 (diff)
.github/workflows/periodic-merge-*: Tiny improvements
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/periodic-merge-24h.yml4
-rw-r--r--.github/workflows/periodic-merge-6h.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/periodic-merge-24h.yml b/.github/workflows/periodic-merge-24h.yml
index 3ad8f5cf5bea..adc8fa1e3ea4 100644
--- a/.github/workflows/periodic-merge-24h.yml
+++ b/.github/workflows/periodic-merge-24h.yml
@@ -5,14 +5,14 @@
# * and make sure that all major rebuilds happen before the staging
# branch get’s merged back into its base branch.
-name: "Periodic Merges"
+name: "Periodic Merges (24h)"
on:
schedule:
# * is a special character in YAML so you have to quote this string
# Merge every 6 hours
- - cron: '0 */24 * * *'
+ - cron: '0 0 * * *'
jobs:
periodic-merge:
diff --git a/.github/workflows/periodic-merge-6h.yml b/.github/workflows/periodic-merge-6h.yml
index bbf62cb5dbcc..8ec4da1d8773 100644
--- a/.github/workflows/periodic-merge-6h.yml
+++ b/.github/workflows/periodic-merge-6h.yml
@@ -5,7 +5,7 @@
# * and make sure that all major rebuilds happen before the staging
# branch get’s merged back into its base branch.
-name: "Periodic Merges"
+name: "Periodic Merges (6h)"
on: