forked from mirrors/nixpkgs
workflows/periodic-merge: allow manual dispatch
Currently there is an eval fix on master and waiting five hours for it to propagate into staging-next and staging is annoyingly long.
This commit is contained in:
parent
4e00ad7aae
commit
13a5743c44
1
.github/workflows/periodic-merge-24h.yml
vendored
1
.github/workflows/periodic-merge-24h.yml
vendored
|
@ -13,6 +13,7 @@ on:
|
|||
# * is a special character in YAML so you have to quote this string
|
||||
# Merge every 24 hours
|
||||
- cron: '0 0 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
1
.github/workflows/periodic-merge-6h.yml
vendored
1
.github/workflows/periodic-merge-6h.yml
vendored
|
@ -13,6 +13,7 @@ on:
|
|||
# * is a special character in YAML so you have to quote this string
|
||||
# Merge every 6 hours
|
||||
- cron: '0 */6 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
Loading…
Reference in a new issue