summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-07 13:26:44 +1000
committerPauli <pauli@openssl.org>2021-05-12 17:12:16 +1000
commit4da44374d1d5cb1142107385a7f7bdc9e9f48afc (patch)
tree9a360395f95ffc34c25d18f5a7d0c1d739ef720a
parent7303c5821779613e9a7fe239990662f80284a693 (diff)
coveralls: fix comment to indicate daily not weekly
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15129)
-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 758ed9b581..c6e4f76bfc 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 * * *'