summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: