This is an automated email from the ASF dual-hosted git repository.
manjusaka pushed a commit to branch manjusaka/refactor-behavior-plan
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to
refs/heads/manjusaka/refactor-behavior-plan by this push:
new 1b44d9a1b update code
1b44d9a1b is described below
commit 1b44d9a1b8e55a7f729672fdaafc568ad9a07e2b
Author: Manjusaka <[email protected]>
AuthorDate: Wed Nov 1 19:44:32 2023 +0800
update code
Signed-off-by: Manjusaka <[email protected]>
---
.github/scripts/behavior_test/plan.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/scripts/behavior_test/plan.py
b/.github/scripts/behavior_test/plan.py
index 96743545a..d417a25d8 100755
--- a/.github/scripts/behavior_test/plan.py
+++ b/.github/scripts/behavior_test/plan.py
@@ -141,7 +141,7 @@ def calculate_hint(changed_files: list[str]) -> Hint:
hint.all_service = True
# binding nodejs affected.
- if p.startswith("bindings/python/"):
+ if p.startswith("bindings/nodejs/"):
hint.binding_nodejs = True
hint.all_service = True