Only run CodSpeed benchmarks with run-codspeed-benchmarks label (#30774)

This commit is contained in:
Sydney Runkle 2025-04-10 15:48:14 -04:00 committed by GitHub
parent f70df01e01
commit c6172d167a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@ on:
jobs:
codspeed:
name: Run benchmarks
if: (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'run-benchmarks'))
runs-on: codspeed-macro
steps:
- uses: actions/checkout@v4