Skip to content

Commit 2e85151

Browse files
committed
[ci] Do not run check-licensing for docs md and python
1 parent e0ac877 commit 2e85151

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/check-licensing.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@
1515

1616
name: Check licensing
1717

18-
on: [push, pull_request]
18+
on:
19+
push:
20+
pull_request:
21+
paths-ignore:
22+
- 'docs/**'
23+
- '**/*.md'
24+
- 'paimon-python/**'
1925

2026
env:
2127
MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=30 -Dmaven.wagon.http.retryHandler.requestSentEnabled=true

0 commit comments

Comments
 (0)