mirror of https://github.com/openssl/openssl.git
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:
parent
9deb202e6a
commit
e3188bae04
|
|
@ -3,7 +3,7 @@ name: Coverage
|
|||
#Run once a week
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * SAT'
|
||||
- cron: '49 0 * * *'
|
||||
|
||||
jobs:
|
||||
coverage:
|
||||
|
|
|
|||
Loading…
Reference in New Issue