From 5821e3dce9aabc27beaa38f398a200e3de3ea46d Mon Sep 17 00:00:00 2001 From: Lex Christopherson Date: Wed, 25 Mar 2026 10:59:42 -0600 Subject: [PATCH] chore: trigger CI to pick up pipeline race condition fix Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5a88312d..e6ce25893 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,4 @@ +# CI workflow — builds, tests, and gates merges to main name: CI on: