Skip to content

Commit cbf2607

Browse files
authored
chore: Disable TCK runs for PRs while updating to 1.0.0 (a2aproject#573)
We will still get runs when pushes happen to the main branch
1 parent f4af6a3 commit cbf2607

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/run-tck-1.0-wip.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
push:
66
branches:
77
- main
8-
pull_request:
9-
branches:
10-
- main
8+
#pull_request:
9+
# branches:
10+
# - main
1111
workflow_dispatch:
1212

1313
env:

.github/workflows/run-tck.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
- 0.3.x
99
pull_request:
1010
branches:
11-
- main
11+
# Disable TCK runs on main PRs for now, since we are making spec and TCK updates for 1.0.0
12+
# - main
1213
- 0.3.x
1314
workflow_dispatch:
1415

0 commit comments

Comments
 (0)