Skip to content

Commit b2eda1e

Browse files
authored
CI: Disable the Benchmarks workflow on release events (#3224)
1 parent 50daf27 commit b2eda1e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/benchmarks.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Run performance benchmarks
22
#
3-
# Continuous benchmarking using pytest-codspeed. Measures the execution speed
4-
# of tests marked with @pytest.mark.benchmark decorator.
3+
# Continuous benchmarking using pytest-codspeed. Measures the execution speed of tests
4+
# marked with @pytest.mark.benchmark decorator.
55

66
name: Benchmarks
77

@@ -15,12 +15,9 @@ on:
1515
# Run in PRs but only if the PR has the 'run/benchmark' label
1616
pull_request:
1717
types: [ opened, reopened, labeled, synchronize ]
18-
# `workflow_dispatch` allows CodSpeed to trigger backtest
19-
# performance analysis in order to generate initial data.
18+
# 'workflow_dispatch' allows CodSpeed to trigger backtest performance analysis
19+
# in order to generate initial data.
2020
workflow_dispatch:
21-
release:
22-
types:
23-
- published
2421

2522
concurrency:
2623
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)