From: Tomas Mraz Date: Mon, 3 May 2021 08:53:08 +0000 (+0200) Subject: Run coveralls daily and not exactly at midnight X-Git-Tag: openssl-3.0.0-alpha16~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3188bae04769242e62ae2fba96a0aca5b7ce605;p=thirdparty%2Fopenssl.git Run coveralls daily and not exactly at midnight Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15121) --- diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 4cb0bde29f8..758ed9b5816 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -3,7 +3,7 @@ name: Coverage #Run once a week on: schedule: - - cron: '0 0 * * SAT' + - cron: '49 0 * * *' jobs: coverage: