Skip to content

Commit

Permalink
ci: skip running behavior tests when adding or modifying documentation (
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorgan authored Jan 16, 2025
1 parent ef94a68 commit 8aac21f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/test_behavior/plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8aac21f

Please sign in to comment.