Skip to content

Commit c6172d1

Browse files
Only run CodSpeed benchmarks with run-codspeed-benchmarks label (#30774)
1 parent f70df01 commit c6172d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codspeed.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
jobs:
1515
codspeed:
1616
name: Run benchmarks
17+
if: (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'run-benchmarks'))
1718
runs-on: codspeed-macro
1819
steps:
1920
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)