We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2564040 commit b5f9eb6Copy full SHA for b5f9eb6
.github/workflows/run-tck-1.0-wip.yml
@@ -5,9 +5,9 @@ on:
5
push:
6
branches:
7
- main
8
- pull_request:
9
- branches:
10
- - main
+ #pull_request:
+ # branches:
+ # - main
11
workflow_dispatch:
12
13
env:
.github/workflows/run-tck.yml
@@ -8,7 +8,8 @@ on:
- 0.3.x
pull_request:
+# Disable TCK runs on main PRs for now, since we are making spec and TCK updates for 1.0.0
+# - main
14
15
0 commit comments