This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 0418708aff Add weekly runs as well as the option to run manually.
0418708aff is described below

commit 0418708aff01fe843db3b09f916e3ae8d6096b1b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Aug 28 15:09:44 2025 +0100

    Add weekly runs as well as the option to run manually.
---
 .github/workflows/coverity.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index 3fb0286a35..d3876280f4 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -2,9 +2,11 @@
 name: Coverity Scan
 
 # Allow on demand builds
-# TODO: Once working, enable automated daily builds
+# Run weekly on a Sunday at ~0600 UTC
 on:
-  workflow_dispatch
+  workflow_dispatch:
+  schedule:
+    - cron: 53 5 * * 0
 
 jobs:
   coverity:


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to