From 6068d3669e995125ff5cdf91514d678f8efe7056 Mon Sep 17 00:00:00 2001 From: Jeff Mesnil Date: Thu, 12 Feb 2026 09:56:57 +0100 Subject: [PATCH] chore: Switch to the TCK main branch for 1.0 Signed-off-by: Jeff Mesnil --- .github/workflows/run-tck.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/run-tck.yml b/.github/workflows/run-tck.yml index babf6242a..75ed7819f 100644 --- a/.github/workflows/run-tck.yml +++ b/.github/workflows/run-tck.yml @@ -11,9 +11,8 @@ on: workflow_dispatch: env: - # TODO this is currently running the TCK off the main branch which included changes needed for 0.4.0 # Tag/branch of the TCK - TCK_VERSION: spec_1.0 + TCK_VERSION: main # Tell the TCK runner to report failure if the quality tests fail A2A_TCK_FAIL_ON_QUALITY: 1 # Tell the TCK runner to report failure if the features tests fail