.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 # * and make sure that all major rebuilds happen before the staging
# branch gets merged back into its base branch. # branch gets merged back into its base branch.
name: "Periodic Merges" name: "Periodic Merges (24h)"
on: on:
schedule: schedule:
# * is a special character in YAML so you have to quote this string # * is a special character in YAML so you have to quote this string
# Merge every 6 hours # Merge every 6 hours
- cron: '0 */24 * * *' - cron: '0 0 * * *'
jobs: jobs:
periodic-merge: periodic-merge:

View file

@ -5,7 +5,7 @@
# * and make sure that all major rebuilds happen before the staging # * and make sure that all major rebuilds happen before the staging
# branch gets merged back into its base branch. # branch gets merged back into its base branch.
name: "Periodic Merges" name: "Periodic Merges (6h)"
on: on: