aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/coverity-scan.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverity-scan.yml b/.github/workflows/coverity-scan.yml
index a6eef47645..833c8506dd 100644
--- a/.github/workflows/coverity-scan.yml
+++ b/.github/workflows/coverity-scan.yml
@@ -1,7 +1,7 @@
name: Coverity
on:
schedule:
- - cron: '10 0 * * 1' # Run every Monday at 00:10
+ - cron: '10 0 * * *' # Run every day at 00:10
workflow_dispatch:
jobs: