Skip to content

Commit 5767151

Browse files
committed
Run tests regularly
1 parent d87ba9c commit 5767151

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Test
33
on:
44
push:
55
pull_request:
6+
schedule:
7+
- cron: "0 23 * * 0-4" # 08:00 JST, Monday to Friday
68

79
jobs:
810
test:

0 commit comments

Comments
 (0)