diff options
author | Tomas Mraz <tomas@openssl.org> | 2021-05-03 10:53:08 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2021-05-04 12:59:49 +0200 |
commit | e3188bae04769242e62ae2fba96a0aca5b7ce605 (patch) | |
tree | da62106edd9deec796da7128feed1c1fe98f3870 | |
parent | coveralls: Enable fips as it is disabled by default (diff) | |
download | openssl-e3188bae04769242e62ae2fba96a0aca5b7ce605.tar.xz openssl-e3188bae04769242e62ae2fba96a0aca5b7ce605.zip |
Run coveralls daily and not exactly at midnight
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15121)
-rw-r--r-- | .github/workflows/coveralls.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 4cb0bde29f..758ed9b581 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: |