mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 10:37:41 +08:00
Merge pull request #405 from meilisearch/disable-bench-workflow
Disable the benchmarks github workflow
This commit is contained in:
commit
3eccf2fd76
15
.github/workflows/benchmarks.yml
vendored
15
.github/workflows/benchmarks.yml
vendored
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
on: [pull_request]
|
|
||||||
|
|
||||||
name: Benchmark pull requests
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
runBenchmark:
|
|
||||||
name: run benchmark
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@master
|
|
||||||
- name: run benchmark
|
|
||||||
uses: matchai/criterion-compare-action@master
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
Loading…
Reference in New Issue
Block a user