Skip to content

Commit 23f7456

Browse files
committed
Schedule Unit Tests run once every hour.
1 parent 19519f1 commit 23f7456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/github.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ namespace :github do
251251
]
252252
},
253253
'schedule' => [
254-
{ 'cron' => '0 7 * * *' }
254+
{ 'cron' => '0 * * * *' }
255255
]
256256
},
257257
'concurrency' => {

0 commit comments

Comments
 (0)