diff --git a/.github/workflows/ci-it.yaml b/.github/workflows/ci-it.yaml index 834c26808d..68857e1d4f 100644 --- a/.github/workflows/ci-it.yaml +++ b/.github/workflows/ci-it.yaml @@ -16,7 +16,7 @@ name: CI AND IT -on: [pull_request, push] +on: [pull_request] jobs: CI: diff --git a/.github/workflows/plugins-test.yaml b/.github/workflows/plugins-test.yaml index ed1d4604f9..28f3929cdb 100644 --- a/.github/workflows/plugins-test.yaml +++ b/.github/workflows/plugins-test.yaml @@ -16,7 +16,16 @@ name: PluginsTest -on: [pull_request] +on: + pull_request: + paths: + - '**/pom.xml' + - 'apm-commons/**' + - 'apm-protocol/**' + - 'apm-sniffer/**' + - 'test/plugin/**' + - 'apm-application-toolkit/**' + - '.github/workflows/plugins-test.yaml' jobs: Spring_Dubbo: