Skip to content

Commit

Permalink
fix: make migration check very aggressive
Browse files Browse the repository at this point in the history
  • Loading branch information
18alantom committed Sep 19, 2024
1 parent 1a14def commit a34a647
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions agent/bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -1156,9 +1156,8 @@ def should_rebuild_frontend(file: str) -> bool:
def should_migrate_sites(file: str) -> bool:
return _should_run_phase(
file,
["hooks.py"],
["hooks.py", ".json"],
["patches"],
["*/doctype/*/*.json"],
)


Expand Down

0 comments on commit a34a647

Please sign in to comment.