From: Pauli Date: Fri, 7 May 2021 03:26:44 +0000 (+1000) Subject: coveralls: fix comment to indicate daily not weekly X-Git-Tag: openssl-3.0.0-alpha17~171 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4da44374d1d5cb1142107385a7f7bdc9e9f48afc;p=thirdparty%2Fopenssl.git coveralls: fix comment to indicate daily not weekly Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15129) --- diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 758ed9b5816..c6e4f76bfcd 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -1,6 +1,6 @@ name: Coverage -#Run once a week +#Run once a day on: schedule: - cron: '49 0 * * *'