mirror of
https://github.com/langgenius/dify.git
synced 2025-12-19 22:28:46 +00:00
add vdb-test workflow run filter (#28336)
This commit is contained in:
5
.github/workflows/vdb-tests.yml
vendored
5
.github/workflows/vdb-tests.yml
vendored
@@ -1,7 +1,10 @@
|
|||||||
name: Run VDB Tests
|
name: Run VDB Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
push:
|
||||||
|
branches: [main]
|
||||||
|
paths:
|
||||||
|
- 'api/core/rag/*.py'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: vdb-tests-${{ github.head_ref || github.run_id }}
|
group: vdb-tests-${{ github.head_ref || github.run_id }}
|
||||||
|
|||||||
Reference in New Issue
Block a user