Skip to content

Commit c9a5166

Browse files
committed
Revert all TCK changes
1 parent fb6b42c commit c9a5166

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-tck.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Run TCK
22

33
on:
44
push:
5-
branches: [ "main", "1.0-dev" ]
5+
branches: [ "main" ]
66
pull_request:
7-
branches: [ "main", "1.0-dev" ]
7+
branches: [ "main" ]
88
paths-ignore:
99
- '**.md'
1010
- 'LICENSE'
@@ -14,7 +14,7 @@ permissions:
1414
contents: read
1515

1616
env:
17-
TCK_VERSION: d36f441b560ec09ba2357d3a51c45c5b4ab258f7
17+
TCK_VERSION: 0.3.0.beta3
1818
SUT_BASE_URL: http://localhost:41241
1919
SUT_JSONRPC_URL: http://localhost:41241/a2a/jsonrpc
2020
UV_SYSTEM_PYTHON: 1

0 commit comments

Comments
 (0)