Merge pull request #128828 from maralorn/workflow

.github/workflows/periodic-merge-*: Tiny improvements
This commit is contained in:
Martin Weinelt
2021-07-01 01:02:54 +02:00
committed by GitHub
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: