This is an automated email from the ASF dual-hosted git repository.
azexin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 3479e29dcd7 [CI] Improve suite E2E paths filtering (#23897)
3479e29dcd7 is described below
commit 3479e29dcd74699fa12c8744cf4342d9d47553ce
Author: Hongsheng Zhong <[email protected]>
AuthorDate: Wed Feb 1 15:44:43 2023 +0800
[CI] Improve suite E2E paths filtering (#23897)
---
.github/workflows/e2e.yml | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index 2adf29bd723..a67d99c21ad 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -24,14 +24,16 @@ on:
- '.github/workflows/e2e.yml'
- '**/pom.xml'
- '**/src/main/**'
- - 'distribution/proxy/**'
- - 'test/pom.xml'
- - 'test/e2e/**'
- '!examples/**'
- '!distribution/**'
+ - 'distribution/proxy/**'
- '!distribution/proxy/src/main/release-docs/**'
- '!kernel/data-pipeline/**'
- '!test/**'
+ - 'test/pom.xml'
+ - 'test/e2e/fixture/**'
+ - 'test/e2e/env/**'
+ - 'test/e2e/suite/**'
- '!*.md'
pull_request:
branches: [ master ]
@@ -39,14 +41,16 @@ on:
- '.github/workflows/e2e.yml'
- '**/pom.xml'
- '**/src/main/**'
- - 'distribution/proxy/**'
- - '!test/**'
- - 'test/pom.xml'
- - 'test/e2e/**'
- '!examples/**'
- '!distribution/**'
+ - 'distribution/proxy/**'
- '!distribution/proxy/src/main/release-docs/**'
- '!kernel/data-pipeline/**'
+ - '!test/**'
+ - 'test/pom.xml'
+ - 'test/e2e/fixture/**'
+ - 'test/e2e/env/**'
+ - 'test/e2e/suite/**'
- '!*.md'
workflow_dispatch: