From 8bd7d6ad12cae9582af63757b47a4439ac83dc25 Mon Sep 17 00:00:00 2001 From: Kowser Date: Fri, 14 Aug 2026 17:39:41 -0700 Subject: [PATCH] Source e2e server version from repo variable - CONDUCTOR_SERVER_VERSION reads vars.CONDUCTOR_SERVER_VERSION - default bumped to 3.32.1 --- .github/workflows/agent-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/agent-e2e.yml b/.github/workflows/agent-e2e.yml index 11c63b32..ef4a1a79 100644 --- a/.github/workflows/agent-e2e.yml +++ b/.github/workflows/agent-e2e.yml @@ -20,7 +20,7 @@ concurrency: cancel-in-progress: true env: - CONDUCTOR_SERVER_VERSION: "3.32.0-rc18" # pinned server release — bump deliberately + CONDUCTOR_SERVER_VERSION: ${{ vars.CONDUCTOR_SERVER_VERSION || '3.32.1' }} jobs: agent-e2e: