mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-28 09:28:48 +00:00
Only run CodSpeed
benchmarks with run-codspeed-benchmarks
label (#30774)
This commit is contained in:
parent
f70df01e01
commit
c6172d167a
1
.github/workflows/codspeed.yml
vendored
1
.github/workflows/codspeed.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user