Skip to content

Commit

Permalink
Simplify bench target packages and remove /api/types/**, `/test/hel…
Browse files Browse the repository at this point in the history
…per/**`
  • Loading branch information
binary-ho committed Aug 15, 2024
1 parent cdd85ad commit 57ea87b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,11 @@ jobs:
filters: |
build: '**'
bench:
- 'api/converter/**'
- 'api/types/**'
- 'pkg/document/**'
- 'pkg/locker/**'
- 'pkg/**'
- 'server/**'
- 'client/**'
- 'admin/**'
- 'test/helper/**'
- 'api/converter/**'
sharding-test:
- 'server/backend/database/**'
Expand Down

0 comments on commit 57ea87b

Please sign in to comment.