This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 8469f582411 [improve][ci] Skip test for pip directory (#20672)
8469f582411 is described below
commit 8469f582411cd47787b1429bf7b148ab2135193c
Author: Cong Zhao <[email protected]>
AuthorDate: Thu Jun 29 06:45:40 2023 +0800
[improve][ci] Skip test for pip directory (#20672)
---
.github/changes-filter.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/changes-filter.yaml b/.github/changes-filter.yaml
index be6faa95788..250ebf692f6 100644
--- a/.github/changes-filter.yaml
+++ b/.github/changes-filter.yaml
@@ -11,6 +11,7 @@ docs:
- '.idea/**'
- 'deployment/**'
- 'wiki/**'
+ - 'pip/**'
tests:
- added|modified: '**/src/test/java/**/*.java'
need_owasp: