···55# * and make sure that all major rebuilds happen before the staging
66# branch get’s merged back into its base branch.
7788-name: "Periodic Merges"
88+name: "Periodic Merges (24h)"
9910101111on:
1212 schedule:
1313 # * is a special character in YAML so you have to quote this string
1414 # Merge every 6 hours
1515- - cron: '0 */24 * * *'
1515+ - cron: '0 0 * * *'
16161717jobs:
1818 periodic-merge:
+1-1
.github/workflows/periodic-merge-6h.yml
···55# * and make sure that all major rebuilds happen before the staging
66# branch get’s merged back into its base branch.
7788-name: "Periodic Merges"
88+name: "Periodic Merges (6h)"
9910101111on: