From e46bd2e993c9bbdfde43574197669af6f479628b Mon Sep 17 00:00:00 2001 From: Sidharth Anandkumar Date: Wed, 1 Jul 2026 22:02:22 -0400 Subject: [PATCH 1/2] checkpoint: testing sync-checkpoints. From 6eda002b0d5c8dc6854b36be2b6cc2bfe66aaa17 Mon Sep 17 00:00:00 2001 From: Sidharth Anandkumar Date: Wed, 1 Jul 2026 22:12:27 -0400 Subject: [PATCH 2/2] Prevented CI double runs by triggerring on push to dev or main not every feature branch. Also triggerrs on PR to default branch (dev) --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7298c49..598f223 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,6 +2,7 @@ name: CI on: push: + branches: [main, dev] pull_request: # Builds and tests only — no deploy (ADR 0003: local single-user scope).