Skip to content

Commit

Permalink
ci: Exclude specific components from Codspeed workflow paths (langflo…
Browse files Browse the repository at this point in the history
…w-ai#4596)

Exclude specific components from Codspeed workflow paths
  • Loading branch information
ogabrielluiz authored Nov 14, 2024
1 parent 0f5c31f commit 4723ab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
paths:
- "src/backend/base/**"
- "src/backend/tests/performance/**"
- "!src/backend/base/langflow/components/**"
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 4723ab4

Please sign in to comment.