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:
Martin Weinelt 2023-12-02 19:47:53 +01:00 committed by Jörg Thalheim
parent 4e00ad7aae
commit 13a5743c44
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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