diff --git a/.github/workflows/agent-e2e.yml b/.github/workflows/agent-e2e.yml index dbf705fe..6202f76e 100644 --- a/.github/workflows/agent-e2e.yml +++ b/.github/workflows/agent-e2e.yml @@ -19,7 +19,7 @@ concurrency: cancel-in-progress: true env: - CONDUCTOR_OSS_VERSION: "3.32.0-rc18" # pinned conductor-oss release — bump deliberately + CONDUCTOR_OSS_VERSION: ${{ vars.CONDUCTOR_SERVER_VERSION || '3.32.1' }} jobs: agent-e2e: