mirror of https://github.com/langgenius/dify.git
add vdb-test workflow run filter (#28336)
This commit is contained in:
parent
108bcbeb7c
commit
82068a6918
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue