We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7cdb3 commit f595fe3Copy full SHA for f595fe3
1 file changed
.github/workflows/update-a2a-types.yml
@@ -1,8 +1,9 @@
1
---
2
name: Update A2A Schema from Specification
3
on:
4
- repository_dispatch:
5
- types: [a2a_json_update]
+# TODO (https://github.com/a2aproject/a2a-python/issues/559): bring back once types are migrated, currently it generates many broken PRs
+# repository_dispatch:
6
+# types: [a2a_json_update]
7
workflow_dispatch:
8
jobs:
9
generate_and_pr:
0 commit comments