Skip to content

Commit f6a022c

Browse files
xuanyang15copybara-github
authored andcommitted
chore: only run ADK Answering Agent automatically when Q&A discussion is created
PiperOrigin-RevId: 792025646
1 parent e0a8355 commit f6a022c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/discussion_answering.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ name: ADK Answering Agent for Discussions
33
on:
44
discussion:
55
types: [created]
6-
discussion_comment:
7-
types: [created]
86

97
jobs:
108
agent-answer-questions:
9+
if: github.event.discussion.category.name == 'Q&A'
1110
runs-on: ubuntu-latest
1211

1312
steps:

0 commit comments

Comments
 (0)