Run coveralls daily and not exactly at midnight

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15121)
This commit is contained in:
Tomas Mraz 2021-05-03 10:53:08 +02:00
parent 9deb202e6a
commit e3188bae04

View File

@ -3,7 +3,7 @@ name: Coverage
#Run once a week
on:
schedule:
- cron: '0 0 * * SAT'
- cron: '49 0 * * *'
jobs:
coverage: