Skip to content

Commit

Permalink
Merge pull request #4 from wardseptember/del_knock_spi_test
Browse files Browse the repository at this point in the history
fix: delete knock spi
  • Loading branch information
wardseptember authored Dec 8, 2023
2 parents d943963 + 781f31b commit 0b0d484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ on:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

schedule:
- cron: '0 9 * * *'
jobs:
test:
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
knockc=com.tencent.trpc.core.auth.knock.KnockClientFilter
knocks=com.tencent.trpc.core.auth.knock.KnockServerFilter
test=com.tencent.trpc.core.logger.TestRemoteLoggerFilter

0 comments on commit 0b0d484

Please sign in to comment.