mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-30 10:23:30 +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:
|
jobs:
|
||||||
codspeed:
|
codspeed:
|
||||||
name: Run benchmarks
|
name: Run benchmarks
|
||||||
|
if: (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'run-benchmarks'))
|
||||||
runs-on: codspeed-macro
|
runs-on: codspeed-macro
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user