This is an automated email from the ASF dual-hosted git repository.
zhangliang 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 ce37dda Avoid building Proxy images after irrelevant changes (#16372)
ce37dda is described below
commit ce37dda1a2133f18af74c5eddad6397b3ba292b5
Author: 吴伟杰 <[email protected]>
AuthorDate: Fri Mar 25 21:45:58 2022 +0800
Avoid building Proxy images after irrelevant changes (#16372)
---
.github/workflows/docker-per-commit.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/docker-per-commit.yaml
b/.github/workflows/docker-per-commit.yaml
index ac40403..fa72a40 100644
--- a/.github/workflows/docker-per-commit.yaml
+++ b/.github/workflows/docker-per-commit.yaml
@@ -20,6 +20,11 @@ on:
push:
branches:
- master
+ paths-ignore:
+ - 'docs/**'
+ - 'examples/**'
+ - 'shardingsphere-test/**'
+ - '*.md'
env:
HUB: ghcr.io/apache/shardingsphere