Skip to content

Commit

Permalink
MNT Allow workflow_dispatch on merge-up workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jul 20, 2023
1 parent 642321d commit 826cff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/merge-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
# At 2:20 PM UTC, only on Friday and Saturday
schedule:
- cron: '20 14 * * 5,6'
workflow_dispatch:

jobs:
merge-up:
Expand Down

0 comments on commit 826cff8

Please sign in to comment.