···5# * and make sure that all major rebuilds happen before the staging
6# branch get’s merged back into its base branch.
78-name: "Periodic Merges"
91011on:
12 schedule:
13 # * is a special character in YAML so you have to quote this string
14 # Merge every 6 hours
15- - cron: '0 */24 * * *'
1617jobs:
18 periodic-merge:
···5# * and make sure that all major rebuilds happen before the staging
6# branch get’s merged back into its base branch.
78+name: "Periodic Merges (24h)"
91011on:
12 schedule:
13 # * is a special character in YAML so you have to quote this string
14 # Merge every 6 hours
15+ - cron: '0 0 * * *'
1617jobs:
18 periodic-merge:
+1-1
.github/workflows/periodic-merge-6h.yml
···5# * and make sure that all major rebuilds happen before the staging
6# branch get’s merged back into its base branch.
78-name: "Periodic Merges"
91011on:
···5# * and make sure that all major rebuilds happen before the staging
6# branch get’s merged back into its base branch.
78+name: "Periodic Merges (6h)"
91011on: