Skip to content

Commit d7d800d

Browse files
committed
ci(tests) Trigger on workflow_dispatch for codspeed
`workflow_dispatch` allows CodSpeed to trigger backtest performance analysis in order to generate initial data. See also: https://docs.codspeed.io/ci/github-actions#2-create-the-benchmarks-workflow
1 parent ba71e93 commit d7d800d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
pull_request:
1111
branches:
1212
- '**'
13+
# `workflow_dispatch` allows CodSpeed to trigger backtest performance analysis in order to generate initial data.
14+
workflow_dispatch:
1315

1416
jobs:
1517
build:

0 commit comments

Comments
 (0)