diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bbeed50..e4315973 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: pull_request: - branches: [main, dev, kai/feat/1464-account-pools] + branches: [main, dev] # Design notes: # - Matrix parallelism cuts wall time from ~3-4min to ~60-90s (cache warm).