You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by zo...@apache.org on 2022/10/26 15:02:31 UTC

[incubator-seatunnel] branch dev updated: [Improve][CI] add ** after judge dir (#3195)

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

zongwen pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new bd893c11c [Improve][CI] add ** after judge dir (#3195)
bd893c11c is described below

commit bd893c11c2c1b590267443ab8bb99ede7ebbf2c9
Author: Eric <ga...@gmail.com>
AuthorDate: Wed Oct 26 23:02:24 2022 +0800

    [Improve][CI] add ** after judge dir (#3195)
    
    * improve ci and only build by the update modules
    
    * remove no use outputs
    
    * improve ci and remove build test and connector update will not check license
    
    * add ** in file path judge
---
 .github/workflows/backend.yml | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index 184da108e..db37f633f 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -115,29 +115,29 @@ jobs:
             cv2-e2e:
               - "seatunnel-e2e/seatunnel-connector-v2-e2e/**"
             api:
-              - "seatunnel-api"
-              - "seatunnel-apis"
-              - "seatunnel-common"
-              - "seatunnel-config"
-              - "seatunnel-connectors"
-              - "seatunnel-core"
-              - "seatunnel-dist"
-              - "seatunnel-e2e/seatunnel-e2e-common"
-              - "seatunnel-formats"
-              - "seatunnel-plugin-discovery"
-              - "seatunnel-transforms"
-              - "seatunnel-translation"
-              - "seatunnel-e2e/seatunnel-flink-e2e"
-              - "seatunnel-e2e/seatunnel-spark-e2e"
-              - "seatunnel-connectors"
+              - "seatunnel-api/**"
+              - "seatunnel-apis/**"
+              - "seatunnel-common/**"
+              - "seatunnel-config/**"
+              - "seatunnel-connectors/**"
+              - "seatunnel-core/**"
+              - "seatunnel-dist/**"
+              - "seatunnel-e2e/seatunnel-e2e-common/**"
+              - "seatunnel-formats/**"
+              - "seatunnel-plugin-discovery/**"
+              - "seatunnel-transforms/**"
+              - "seatunnel-translation/**"
+              - "seatunnel-e2e/seatunnel-flink-e2e/**"
+              - "seatunnel-e2e/seatunnel-spark-e2e/**"
+              - "seatunnel-connectors/**"
               - "plugin-mapping.properties"
               - "**/tools/**"
               - "pom.xml"
               - "**/workflows/**"
             engine:
-              - "seatunnel-engine"
+              - "seatunnel-engine/**"
             engine-e2e:
-              - "seatunnel-e2e/seatunnel-engine-e2e"
+              - "seatunnel-e2e/seatunnel-engine-e2e/**"
 
       - name: Check Connector V2 Update
         id: cv2-modules