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

kirs 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 396db0d  [ci] Migrate check-license into license.yml (#1621)
396db0d is described below

commit 396db0dccf52b6c9552f8c13ee333753a9899737
Author: Jiajie Zhong <[email protected]>
AuthorDate: Wed Mar 30 19:07:17 2022 +0800

    [ci] Migrate check-license into license.yml (#1621)
    
    * Move skywalking-eyes to make sure all file type expect
      `*.md` run the license checker
    * Change license.yml name and make it more meaningful
    
    ref: 
https://github.com/apache/incubator-seatunnel/pull/1613#issuecomment-1082600623
---
 .github/workflows/backend.yml |  7 -------
 .github/workflows/license.yml | 13 ++++++++++---
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index c5986bb..f244c52 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -31,13 +31,6 @@ concurrency:
   cancel-in-progress: true
 
 jobs:
-  check-license:
-    runs-on: ubuntu-latest
-    timeout-minutes: 30
-    steps:
-      - uses: actions/checkout@v2
-      - name: Check License Header
-        uses: apache/skywalking-eyes@main
   build:
     name: Build
     runs-on: ubuntu-latest
diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index 2695fa0..d26434a 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-name: License Checker
+name: License
 
 on:
   push:
@@ -30,8 +30,15 @@ concurrency:
   cancel-in-progress: true
 
 jobs:
-  build:
-    name: Build
+  check-license:
+    runs-on: ubuntu-latest
+    timeout-minutes: 30
+    steps:
+      - uses: actions/checkout@v2
+      - name: Check License Header
+        uses: apache/skywalking-eyes@main
+  auto-license:
+    name: Auto License
     runs-on: ubuntu-latest
     timeout-minutes: 30
     env:

Reply via email to