Run coveralls daily and not exactly at midnight
authorTomas Mraz <tomas@openssl.org>
Mon, 3 May 2021 08:53:08 +0000 (10:53 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 4 May 2021 10:59:49 +0000 (12:59 +0200)
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15121)

.github/workflows/coveralls.yml

index 4cb0bde29f83789409b04b82c85e4e517dc7696c..758ed9b5816898f41035b983daf4870a98e29274 100644 (file)
@@ -3,7 +3,7 @@ name: Coverage
 #Run once a week
 on:
   schedule:
-    - cron:  '0 0 * * SAT'
+    - cron:  '49 0 * * *'
 
 jobs:
   coverage: