This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 2e85151faa [ci] Do not run check-licensing for docs md and python
2e85151faa is described below
commit 2e85151faafecaa548f275a3c56c60e335d03ee2
Author: JingsongLi <[email protected]>
AuthorDate: Fri Oct 17 22:29:22 2025 +0200
[ci] Do not run check-licensing for docs md and python
---
.github/workflows/check-licensing.yml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/check-licensing.yml
b/.github/workflows/check-licensing.yml
index c1935466a2..0cb422ac33 100644
--- a/.github/workflows/check-licensing.yml
+++ b/.github/workflows/check-licensing.yml
@@ -15,7 +15,13 @@
name: Check licensing
-on: [push, pull_request]
+on:
+ push:
+ pull_request:
+ paths-ignore:
+ - 'docs/**'
+ - '**/*.md'
+ - 'paimon-python/**'
env:
MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=30
-Dmaven.wagon.http.retryHandler.requestSentEnabled=true