.github/workflows/periodic-merge-*: Tiny improvements
This commit is contained in:
parent
c8ec117b04
commit
4acf281f00
4
.github/workflows/periodic-merge-24h.yml
vendored
4
.github/workflows/periodic-merge-24h.yml
vendored
@ -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 get’s merged back into its base branch.
|
# branch get’s 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:
|
||||||
|
2
.github/workflows/periodic-merge-6h.yml
vendored
2
.github/workflows/periodic-merge-6h.yml
vendored
@ -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 get’s merged back into its base branch.
|
# branch get’s merged back into its base branch.
|
||||||
|
|
||||||
name: "Periodic Merges"
|
name: "Periodic Merges (6h)"
|
||||||
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
Loading…
Reference in New Issue
Block a user