.github/workflows/periodic-merge-*: Tiny improvements

This commit is contained in:
Malte Brandy
2021-07-01 00:44:37 +02:00
parent c8ec117b04
commit 4acf281f00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -5,14 +5,14 @@
# * and make sure that all major rebuilds happen before the staging
# branch gets 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:
+1 -1
View File
@@ -5,7 +5,7 @@
# * and make sure that all major rebuilds happen before the staging
# branch gets merged back into its base branch.
name: "Periodic Merges"
name: "Periodic Merges (6h)"
on: