From 4da44374d1d5cb1142107385a7f7bdc9e9f48afc Mon Sep 17 00:00:00 2001 From: Pauli Date: Fri, 7 May 2021 13:26:44 +1000 Subject: [PATCH] coveralls: fix comment to indicate daily not weekly Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15129) --- .github/workflows/coveralls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * * *' -- 2.47.3