mirror of
https://github.com/openssl/openssl.git
synced 2025-03-19 19:50:42 +08:00
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
2
.github/workflows/coveralls.yml
vendored
2
.github/workflows/coveralls.yml
vendored
@ -3,7 +3,7 @@ name: Coverage
|
||||
#Run once a week
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * SAT'
|
||||
- cron: '49 0 * * *'
|
||||
|
||||
jobs:
|
||||
coverage:
|
||||
|
Loading…
x
Reference in New Issue
Block a user