From 4acf281f00accf0533a78eff7f2f876aff1195b2 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Thu, 1 Jul 2021 00:44:37 +0200 Subject: [PATCH] .github/workflows/periodic-merge-*: Tiny improvements --- .github/workflows/periodic-merge-24h.yml | 4 ++-- .github/workflows/periodic-merge-6h.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/periodic-merge-24h.yml b/.github/workflows/periodic-merge-24h.yml index 3ad8f5cf5be..adc8fa1e3ea 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 bbf62cb5dbc..8ec4da1d877 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: