skip unnecessary action (#3973)

* skip unnecessary action

* revert ci & e2e

* update
This commit is contained in:
Daming 2019-11-29 18:01:51 +08:00 committed by 吴晟 Wu Sheng
parent 6475ab3d1d
commit 244ec55fed
2 changed files with 11 additions and 2 deletions

View File

@ -16,7 +16,7 @@
name: CI AND IT
on: [pull_request, push]
on: [pull_request]
jobs:
CI:

View File

@ -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: