This is an automated email from the ASF dual-hosted git repository.
zhonghongsheng 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 b060947ad54 workflow: ignore markdown files in operation filters and
pull request triggers (#38246)
b060947ad54 is described below
commit b060947ad54b2b8f488d3b88947c36c65042fb50
Author: Hongsheng Zhong <[email protected]>
AuthorDate: Fri Feb 27 19:20:43 2026 +0800
workflow: ignore markdown files in operation filters and pull request
triggers (#38246)
---
.github/workflows/e2e-operation.yml | 2 ++
.github/workflows/resources/filter/operation-filters.yml | 3 ---
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/e2e-operation.yml
b/.github/workflows/e2e-operation.yml
index e34dddcc50f..ed177717887 100644
--- a/.github/workflows/e2e-operation.yml
+++ b/.github/workflows/e2e-operation.yml
@@ -20,6 +20,8 @@ name: E2E - Operation
on:
pull_request:
branches: [ master ]
+ paths-ignore:
+ - '**/*.md'
workflow_dispatch:
concurrency:
diff --git a/.github/workflows/resources/filter/operation-filters.yml
b/.github/workflows/resources/filter/operation-filters.yml
index 600d6484fde..af3415a2ee1 100644
--- a/.github/workflows/resources/filter/operation-filters.yml
+++ b/.github/workflows/resources/filter/operation-filters.yml
@@ -33,7 +33,6 @@ pipeline:
- 'test/e2e/fixture/**'
- 'test/e2e/env/**'
- 'test/e2e/operation/pipeline/**'
- - '!**/*.md'
showprocesslist:
- '.github/workflows/e2e-operation.yml'
@@ -45,7 +44,6 @@ showprocesslist:
- 'test/e2e/fixture/**'
- 'test/e2e/env/**'
- 'test/e2e/operation/showprocesslist/**'
- - '!**/*.md'
transaction:
- '.github/workflows/e2e-operation.yml'
@@ -61,4 +59,3 @@ transaction:
- 'test/e2e/env/**'
- 'test/e2e/operation/transaction/**'
- 'features/sharding/**/src/main/**'
- - '!**/*.md'