refactor: remove duplicate pull_request triggers from workflow files (#24814)

This commit is contained in:
-LAN- 2025-08-29 23:09:26 +08:00 committed by GitHub
commit 9ff6baaf52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 2 additions and 35 deletions

View file

@ -2,15 +2,6 @@ name: Run VDB Tests
on:
workflow_call:
pull_request:
branches:
- main
paths:
- api/core/rag/datasource/**
- docker/**
- .github/workflows/vdb-tests.yml
- api/uv.lock
- api/pyproject.toml
concurrency:
group: vdb-tests-${{ github.head_ref || github.run_id }}