Skip to content

Commit

Permalink
ci: Trigger codspeed benchmarks only on relevant file changes (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jan 9, 2024
1 parent fdd6e85 commit 586fc94
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,21 @@ on:
push:
branches:
- "main"
paths:
- "singer_sdk/**"
- "tests/**"
- "noxfile.py"
- "poetry.lock"
- "pyproject.toml"
- ".github/workflows/codspeed.yml"
pull_request:
paths:
- "singer_sdk/**"
- "tests/**"
- "noxfile.py"
- "poetry.lock"
- "pyproject.toml"
- ".github/workflows/codspeed.yml"
# `workflow_dispatch` allows CodSpeed to trigger backtest
# performance analysis in order to generate initial data.
workflow_dispatch:
Expand Down

0 comments on commit 586fc94

Please sign in to comment.