From 0cee8a427a243a738f2b9bfdb4237dc6eeff517c Mon Sep 17 00:00:00 2001 From: Alonexc Date: Wed, 10 Apr 2024 19:53:07 +0800 Subject: [PATCH] redis client update --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b5f712d..aac6fa1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,6 @@ name: "Continuous Integration" on: push: branches: [ '**' ] - paths-ignore: - - 'eventmesh-dashboard-core/src/test/java/org/apache/eventmesh/dashboard/core/function/SDK/**' pull_request: branches: [ '**' ]