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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6c60411c0e1 (chores) ci: increase frequency of alternative OS builds 
until it works
6c60411c0e1 is described below

commit 6c60411c0e14905224c22358ad1dd930958c5cb8
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Jun 9 13:59:52 2022 +0200

    (chores) ci: increase frequency of alternative OS builds until it works
---
 .github/workflows/alternative-os-build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/alternative-os-build.yml 
b/.github/workflows/alternative-os-build.yml
index 5a2863c385a..6d8147d1498 100644
--- a/.github/workflows/alternative-os-build.yml
+++ b/.github/workflows/alternative-os-build.yml
@@ -19,8 +19,8 @@ name: alternative os build
 
 on:
   schedule:
-# Every 5th minute every 3 hours during working days
-    - cron: '20 * * * 1'
+# Every 5th minute every 1 hour during working days
+    - cron: '5 * * * *'
 
 permissions:
   contents: read

Reply via email to