.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
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
2 changed files with 3 additions and 3 deletions

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:

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: