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: