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

jlmonteiro pushed a commit to branch fix/github-actions-fail-false
in repository https://gitbox.apache.org/repos/asf/activemq.git

commit a76555d08c0ca7a7116859f93a7d597c97e5a46c
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Thu Feb 5 13:15:40 2026 +0100

    [#] 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