Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/test_templated_agent.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: checks

on:
pull_request_target:
pull_request:

jobs:
# JOB 1: Discover which specific agent folders have changed.
Expand All @@ -17,7 +17,6 @@ jobs:
uses: actions/checkout@v5
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}

- name: Get changed files
id: changed_files
Expand Down Expand Up @@ -87,8 +86,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v5
with:
ref: ${{ github.event.pull_request.head.sha }}

- id: 'auth'
name: 'Authenticate to Google Cloud'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def deploy_era_to_vertex(project_id: str, location: str = "us-east1"):

adk_app = AdkApp(
agent=root_agent,
enable_tracing=False,
enable_tracing=True,
)

# Use the new agent_engines API
Expand Down