You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2023/07/11 08:36:47 UTC

[camel] branch remove-quick-test-in-main created (now f06b4655bf7)

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

nfilotto pushed a change to branch remove-quick-test-in-main
in repository https://gitbox.apache.org/repos/asf/camel.git


      at f06b4655bf7 (chores) cli: remove quick test in main

This branch includes the following new commits:

     new f06b4655bf7 (chores) cli: remove quick test in main

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: (chores) cli: remove quick test in main

Posted by nf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch remove-quick-test-in-main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit f06b4655bf7c2c44ecd726b7ab18f8b33cbe0252
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Tue Jul 11 10:36:24 2023 +0200

    (chores) cli: remove quick test in main
---
 .github/workflows/component-pr.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/component-pr.yaml b/.github/workflows/component-pr.yaml
index 19656b1e778..c1110188202 100644
--- a/.github/workflows/component-pr.yaml
+++ b/.github/workflows/component-pr.yaml
@@ -26,7 +26,7 @@ on:
       - 'core/**'
       - 'components/**'
   workflow_run:
-    workflows: [ "PR Build (Camel 3.x)", "PR Build (Camel 4)" ]
+    workflows: [ "PR Build (Camel 3.x)" ]
     types:
       - completed