Skip to content

Commit 53aee8c

Browse files
authored
chore: refresh workflow_dispatch trigger configuration (#94)
1 parent 33452e9 commit 53aee8c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/open-prs-digest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Open PRs Digest
33
on:
44
schedule:
55
- cron: "0 9 * * 1-5"
6-
workflow_dispatch: {}
6+
workflow_dispatch:
7+
inputs: {}
78

89
jobs:
910
open-prs:

0 commit comments

Comments
 (0)