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 7a8a0769f Temporarily close license check (#2957)
7a8a0769f is described below

commit 7a8a0769fa4825ccdfb875774bc421db96f25461
Author: Kirs <[email protected]>
AuthorDate: Fri Sep 30 19:44:31 2022 +0800

    Temporarily close license check (#2957)
    
    The engine's license is not synchronized for the time being, I will reopen 
it after synchronization
---
 .github/workflows/backend.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index 2b6bd8c86..051a93623 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -110,7 +110,8 @@ jobs:
           -D"maven.wagon.httpconnectionManager.ttlSeconds"=120
 
   dependency-license:
-    if: github.repository == 'apache/incubator-seatunnel'
+    # This job has somethings need todo, and it is not a blocker for the 
release.
+    if: "contains(toJSON(github.event.commits.*.message), '[ci-auto-license]')"
     name: Dependency licenses
     needs: [ sanity-check ]
     runs-on: ubuntu-latest

Reply via email to