From 244ec55fed0f4e12dfded9af06c15623cc3eff0f Mon Sep 17 00:00:00 2001 From: Daming Date: Fri, 29 Nov 2019 18:01:51 +0800 Subject: [PATCH] skip unnecessary action (#3973) * skip unnecessary action * revert ci & e2e * update --- .github/workflows/ci-it.yaml | 2 +- .github/workflows/plugins-test.yaml | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-it.yaml b/.github/workflows/ci-it.yaml index 834c26808..68857e1d4 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 ed1d4604f..28f3929cd 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: