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

jbonofre 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 1e18fde833 Update CI schedule to run hourly (#1625)
1e18fde833 is described below

commit 1e18fde8333802bdadbe9dd850015057bc717fca
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Thu Jan 22 12:24:24 2026 +0100

    Update CI schedule to run hourly (#1625)
---
 .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 965f1164eb..ed3786333f 100644
--- a/.github/workflows/ci-nightly.yml
+++ b/.github/workflows/ci-nightly.yml
@@ -19,7 +19,7 @@ name: CI Nightly
 
 on:
   schedule:
-    - cron: '0 3 * * *'
+    - cron: '0 * * * *'
 
 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