Skip to content

Commit d9323b3

Browse files
committed
server: tests: schedule
1 parent 7350ef5 commit d9323b3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/server.yml

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

1915
jobs:
2016
server:

0 commit comments

Comments
 (0)