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 9e98287ffcc Improve Markdown files ignore in operation-filters.yml and 
e2e-operation.yml (#37952)
9e98287ffcc is described below

commit 9e98287ffcc3a413526bd7f9cc4bc048d78aa4ff
Author: Hongsheng Zhong <[email protected]>
AuthorDate: Wed Feb 4 13:41:18 2026 +0800

    Improve Markdown files ignore in operation-filters.yml and 
e2e-operation.yml (#37952)
---
 .github/workflows/e2e-operation.yml                      | 4 ++--
 .github/workflows/resources/filter/operation-filters.yml | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/e2e-operation.yml 
b/.github/workflows/e2e-operation.yml
index e9f7f8b873b..7967b7e0416 100644
--- a/.github/workflows/e2e-operation.yml
+++ b/.github/workflows/e2e-operation.yml
@@ -51,7 +51,7 @@ jobs:
 
   prepare-e2e-artifacts:
     name: Prepare E2E Artifacts
-    if: github.repository == 'apache/shardingsphere' && 
needs.detect-changed-files.outputs.changed_operations != '[]' && 
needs.detect-changed-files.outputs.changed_operations != '["ignore"]'
+    if: github.repository == 'apache/shardingsphere' && 
needs.detect-changed-files.outputs.changed_operations != '[]'
     needs: global-environment
     runs-on: ubuntu-latest
     timeout-minutes: 40
@@ -86,7 +86,7 @@ jobs:
 
   e2e-operation:
     name: E2E - ${{ matrix.operation }} on ${{ matrix.image.version }}
-    if: github.repository == 'apache/shardingsphere' && 
needs.detect-changed-files.outputs.changed_operations != '[]' && 
needs.detect-changed-files.outputs.changed_operations != '["ignore"]'
+    if: github.repository == 'apache/shardingsphere' && 
needs.detect-changed-files.outputs.changed_operations != '[]'
     needs: [ detect-changed-files, global-environment, prepare-e2e-artifacts ]
     runs-on: ubuntu-latest
     timeout-minutes: 40
diff --git a/.github/workflows/resources/filter/operation-filters.yml 
b/.github/workflows/resources/filter/operation-filters.yml
index 862f415f3b0..600d6484fde 100644
--- a/.github/workflows/resources/filter/operation-filters.yml
+++ b/.github/workflows/resources/filter/operation-filters.yml
@@ -15,9 +15,6 @@
 # limitations under the License.
 #
 
-ignore:
-  - '**/*.md'
-
 pipeline:
   - '.github/workflows/e2e-operation.yml'
   - 'infra/**/src/main/**'
@@ -36,6 +33,7 @@ pipeline:
   - 'test/e2e/fixture/**'
   - 'test/e2e/env/**'
   - 'test/e2e/operation/pipeline/**'
+  - '!**/*.md'
 
 showprocesslist:
   - '.github/workflows/e2e-operation.yml'
@@ -47,6 +45,7 @@ showprocesslist:
   - 'test/e2e/fixture/**'
   - 'test/e2e/env/**'
   - 'test/e2e/operation/showprocesslist/**'
+  - '!**/*.md'
 
 transaction:
   - '.github/workflows/e2e-operation.yml'
@@ -62,3 +61,4 @@ transaction:
   - 'test/e2e/env/**'
   - 'test/e2e/operation/transaction/**'
   - 'features/sharding/**/src/main/**'
+  - '!**/*.md'

Reply via email to