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

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


The following commit(s) were added to refs/heads/main by this push:
     new cbf120dedd Decrease to 4 times a day (#1653)
cbf120dedd is described below

commit cbf120dedd5412d8a2072ce6f755ae7a12547801
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Thu Feb 5 13:16:29 2026 +0100

    Decrease to 4 times a day (#1653)
    
    * [#] Too aggressive now. Only 4 times a day is enough because it needs 
anyways 3+ hours to complete
---
 .github/workflows/ci-nightly.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-nightly.yml b/.github/workflows/ci-nightly.yml
index 08a9ab6ca5..ec22a81b87 100644
--- a/.github/workflows/ci-nightly.yml
+++ b/.github/workflows/ci-nightly.yml
@@ -19,7 +19,7 @@ name: CI Nightly
 
 on:
   schedule:
-    - cron: '0 * * * *'
+    - cron: '0 */6 * * *'
 
 jobs:
   build:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to