Skip to content

Commit be1c9ff

Browse files
committed
server: tests: schedule
1 parent 913f05c commit be1c9ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/server.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ on:
1010
pull_request:
1111
types: [opened, synchronize, reopened]
1212
schedule:
13-
- cron: '36 8 * * *'
13+
- cron: '45 8 * * *'
14+
- cron: '40 8 * * *'
15+
- cron: '50 8 * * *'
16+
- cron: '45 9 * * *'
17+
- cron: '40 9 * * *'
1418

1519
jobs:
1620
server:

0 commit comments

Comments
 (0)