This is an automated email from the ASF dual-hosted git repository.
ic4y pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new ec2e0663b improve ci and remove plugin-mapping.properties check from
step.filter.api (#3247)
ec2e0663b is described below
commit ec2e0663ba54d07ae7bbfa25099821550d4de29c
Author: Eric <[email protected]>
AuthorDate: Tue Nov 1 16:15:35 2022 +0800
improve ci and remove plugin-mapping.properties check from step.filter.api
(#3247)
---
.github/workflows/backend.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index 7977afac2..b47ae9c9f 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -130,7 +130,6 @@ jobs:
- "seatunnel-e2e/seatunnel-flink-e2e/**"
- "seatunnel-e2e/seatunnel-spark-e2e/**"
- "seatunnel-connectors/**"
- - "plugin-mapping.properties"
- "pom.xml"
- "**/workflows/**"
- "**/tools/**"