add vdb-test workflow run filter (#28336)

This commit is contained in:
Jyong 2025-11-18 17:22:15 +08:00 committed by GitHub
parent 108bcbeb7c
commit 82068a6918
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
name: Run VDB Tests
on:
workflow_call:
push:
branches: [main]
paths:
- 'api/core/rag/*.py'
concurrency:
group: vdb-tests-${{ github.head_ref || github.run_id }}