3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 19405a60e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
# 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:

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: