ci: Exclude specific components from Codspeed workflow paths (#4596)
Exclude specific components from Codspeed workflow paths
This commit is contained in:
parent
0f5c31fd08
commit
4723ab4ce5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/codspeed.yml
vendored
1
.github/workflows/codspeed.yml
vendored
|
|
@ -11,6 +11,7 @@ on:
|
|||
paths:
|
||||
- "src/backend/base/**"
|
||||
- "src/backend/tests/performance/**"
|
||||
- "!src/backend/base/langflow/components/**"
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue