We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CodSpeed
run-codspeed-benchmarks
1 parent f70df01 commit c6172d1Copy full SHA for c6172d1
.github/workflows/codspeed.yml
@@ -14,6 +14,7 @@ on:
14
jobs:
15
codspeed:
16
name: Run benchmarks
17
+ if: (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'run-benchmarks'))
18
runs-on: codspeed-macro
19
steps:
20
- uses: actions/checkout@v4
0 commit comments