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

[camel] branch main updated: (chores) cli: remove quick test in main (#10654)

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

nfilotto 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 b7d91f7f0d4 (chores) cli: remove quick test in main (#10654)
b7d91f7f0d4 is described below

commit b7d91f7f0d43838ea416c2fe74860d056d90e465
Author: Nicolas Filotto <es...@users.noreply.github.com>
AuthorDate: Tue Jul 11 12:37:41 2023 +0200

    (chores) cli: remove quick test in main (#10654)
    
    ## Motivation
    
    The message still appears for PRs targeted to the main branch whereas the quick test is no more used
    
    ## Modifications:
    
    * Enable the workflow only for Camel 3
    * Ignores github actions changes
---
 .github/workflows/component-pr.yaml    | 2 +-
 .github/workflows/pr-build-camel-3.yml | 1 +
 .github/workflows/pr-build-main.yml    | 1 +
 3 files changed, 3 insertions(+), 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
 
diff --git a/.github/workflows/pr-build-camel-3.yml b/.github/workflows/pr-build-camel-3.yml
index 9bafb939aa0..54cd54d6124 100644
--- a/.github/workflows/pr-build-camel-3.yml
+++ b/.github/workflows/pr-build-camel-3.yml
@@ -24,6 +24,7 @@ on:
       - camel-3.18.x
       - camel-3.x
     paths-ignore:
+      - .github/**
       - README.md
       - SECURITY.md
       - Jenkinsfile
diff --git a/.github/workflows/pr-build-main.yml b/.github/workflows/pr-build-main.yml
index c24b0823900..00eb2d01867 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -22,6 +22,7 @@ on:
     branches:
       - main
     paths-ignore:
+      - .github/**
       - README.md
       - SECURITY.md
       - Jenkinsfile