ci: Exclude specific components from Codspeed workflow paths (#4596)

Exclude specific components from Codspeed workflow paths
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-11-14 08:28:21 -03:00 committed by GitHub
commit 4723ab4ce5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,7 @@ on:
paths:
- "src/backend/base/**"
- "src/backend/tests/performance/**"
- "!src/backend/base/langflow/components/**"
workflow_dispatch:
concurrency: