Skip to content

Commit

Permalink
Update path for pipeline in filters.yml (#28788)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandynz authored Oct 18, 2023
1 parent 7d94631 commit 96451bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/resources/filter/filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**'
Expand Down

0 comments on commit 96451bb

Please sign in to comment.