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:48 UTC

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

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