Skip to content

Commit f595fe3

Browse files
committed
ci: disable automatic PRs for spec updates
1 parent cb7cdb3 commit f595fe3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/update-a2a-types.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
name: Update A2A Schema from Specification
33
on:
4-
repository_dispatch:
5-
types: [a2a_json_update]
4+
# TODO (https://github.com/a2aproject/a2a-python/issues/559): bring back once types are migrated, currently it generates many broken PRs
5+
# repository_dispatch:
6+
# types: [a2a_json_update]
67
workflow_dispatch:
78
jobs:
89
generate_and_pr:

0 commit comments

Comments
 (0)