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 33e044ef784 Refactor : renaming the filters.yml to
operation-filters.yml (#32174)
33e044ef784 is described below
commit 33e044ef7846f374ae1469f14d95f850267c0a75
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Thu Jul 18 19:22:56 2024 +0800
Refactor : renaming the filters.yml to operation-filters.yml (#32174)
---
.github/workflows/e2e-operation.yml | 2 +-
.../workflows/resources/filter/{filters.yml => operation-filters.yml} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/e2e-operation.yml
b/.github/workflows/e2e-operation.yml
index 2c05e275453..87f2752fab1 100644
--- a/.github/workflows/e2e-operation.yml
+++ b/.github/workflows/e2e-operation.yml
@@ -45,7 +45,7 @@ jobs:
id: filter
with:
token: ${{ github.token }}
- filters: .github/workflows/resources/filter/filters.yml
+ filters: .github/workflows/resources/filter/operation-filters.yml
outputs:
changed_operations: ${{ steps.filter.outputs.changes }}
diff --git a/.github/workflows/resources/filter/filters.yml
b/.github/workflows/resources/filter/operation-filters.yml
similarity index 100%
rename from .github/workflows/resources/filter/filters.yml
rename to .github/workflows/resources/filter/operation-filters.yml