This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 8aac21fbc ci: skip running behavior tests when adding or modifying
documentation (#5558)
8aac21fbc is described below
commit 8aac21fbc4f6aec3623edf2a1846fc9ee53f5cdb
Author: meteorgan <[email protected]>
AuthorDate: Thu Jan 16 20:28:32 2025 +0800
ci: skip running behavior tests when adding or modifying documentation
(#5558)
---
.github/scripts/test_behavior/plan.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/scripts/test_behavior/plan.py
b/.github/scripts/test_behavior/plan.py
index 0f32ec6e4..013f7d898 100755
--- a/.github/scripts/test_behavior/plan.py
+++ b/.github/scripts/test_behavior/plan.py
@@ -139,6 +139,7 @@ def calculate_hint(changed_files: list[str]) -> Hint:
and not p.startswith("core/edge/")
and not p.startswith("core/fuzz/")
and not p.startswith("core/src/services/")
+ and not p.startswith("core/src/docs/")
):
hint.core = True
hint.binding_java = True