Skip to content

Commit d20327c

Browse files
committed
ci: add workflow_dispatch trigger to cron workflow
1 parent a2b9c48 commit d20327c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cron.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: cron
33
on:
44
schedule:
55
- cron: "0 15 * * *" # 00:00 JST
6+
workflow_dispatch:
67

78
jobs:
89
# https://zenn.dev/snowcait/articles/903d86d668fcb7

0 commit comments

Comments
 (0)