From 96451bb876641eab0ecd1eab37dd11e88ff3cbef Mon Sep 17 00:00:00 2001 From: Hongsheng Zhong Date: Wed, 18 Oct 2023 14:14:40 +0800 Subject: [PATCH] Update path for pipeline in filters.yml (#28788) --- .github/workflows/resources/filter/filters.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/resources/filter/filters.yml b/.github/workflows/resources/filter/filters.yml index ebe98bddcd89d..0850fbc9c2924 100644 --- a/.github/workflows/resources/filter/filters.yml +++ b/.github/workflows/resources/filter/filters.yml @@ -22,9 +22,9 @@ pipeline: - '.github/workflows/e2e-operation.yml' - 'infra/**/src/main/**' - 'mode/**/src/main/**' - - 'features/encrypt/src/main/**' - - 'features/features/readwrite-splitting/src/main/**' - - 'features/sharding/src/main/**' + - 'features/encrypt/**/src/main/**' + - 'features/readwrite-splitting/**/src/main/**' + - 'features/sharding/**/src/main/**' - 'proxy/**/src/main/**' - 'jdbc/core/src/main/**' - '**/*-distsql*/**/src/main/**'