Skip to content

Commit

Permalink
workflows/periodic-merge: allow manual dispatch
Browse files Browse the repository at this point in the history
Currently there is an eval fix on master and waiting five hours for it
to propagate into staging-next and staging is annoyingly long.
  • Loading branch information
mweinelt authored and Mic92 committed Dec 2, 2023
1 parent 4e00ad7 commit 13a5743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/periodic-merge-24h.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/periodic-merge-6h.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13a5743

Please sign in to comment.