This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch planner
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/planner by this push:
new 85e8b6c3d Remove features
85e8b6c3d is described below
commit 85e8b6c3d624c578ca1641ef62655c3596f1bbc0
Author: Xuanwo <[email protected]>
AuthorDate: Wed Oct 18 17:12:36 2023 +0800
Remove features
Signed-off-by: Xuanwo <[email protected]>
---
.github/workflows/behavior_test.yml | 1 -
.github/workflows/behavior_test_core.yml | 3 ---
2 files changed, 4 deletions(-)
diff --git a/.github/workflows/behavior_test.yml
b/.github/workflows/behavior_test.yml
index 838b605ab..a4b2b240d 100644
--- a/.github/workflows/behavior_test.yml
+++ b/.github/workflows/behavior_test.yml
@@ -89,4 +89,3 @@ jobs:
with:
os: ${{ matrix.os }}
cases: ${{ toJson(matrix.cases) }}
- features: ${{ matrix.features }}
diff --git a/.github/workflows/behavior_test_core.yml
b/.github/workflows/behavior_test_core.yml
index 3d8c016dd..344fe62d7 100644
--- a/.github/workflows/behavior_test_core.yml
+++ b/.github/workflows/behavior_test_core.yml
@@ -26,9 +26,6 @@ on:
cases:
required: true
type: string
- features:
- required: true
- type: string
jobs:
test: