chore: only run ADK Answering Agent automatically when Q&A discussion is created

PiperOrigin-RevId: 792025646
This commit is contained in:
Xuan Yang
2025-08-07 00:19:30 -07:00
committed by Copybara-Service
parent e0a8355219
commit f6a022cda3
+1 -2
View File
@@ -3,11 +3,10 @@ name: ADK Answering Agent for Discussions
on:
discussion:
types: [created]
discussion_comment:
types: [created]
jobs:
agent-answer-questions:
if: github.event.discussion.category.name == 'Q&A'
runs-on: ubuntu-latest
steps: