Commit 13a5743c authored by Martin Weinelt's avatar Martin Weinelt Committed by Jörg Thalheim
Browse files

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.
parent 4e00ad7a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -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