summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-05-03 10:53:08 +0200
committerTomas Mraz <tomas@openssl.org>2021-05-04 12:59:49 +0200
commite3188bae04769242e62ae2fba96a0aca5b7ce605 (patch)
treeda62106edd9deec796da7128feed1c1fe98f3870 /.github/workflows
parent9deb202e6a54aee76a09c3a12c320c4a4c39a19f (diff)
Run coveralls daily and not exactly at midnight
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15121)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/coveralls.yml2
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: