Skip to content

Commit 2ee0d39

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 94dcdb4 commit 2ee0d39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

+2
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)