From 2b7cfa32c8b7bde8cf1ab5f8f272a50fedb10c7e Mon Sep 17 00:00:00 2001 From: Tam Nhu Tran Date: Thu, 11 Jun 2026 16:44:06 -0400 Subject: [PATCH] ci: drop temporary epic branch from PR trigger All phase PRs targeting kai/feat/1464-account-pools have merged; the extra trigger entry is no longer needed and dev should not inherit it. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).