Merge pull request #405 from meilisearch/disable-bench-workflow

Disable the benchmarks github workflow
This commit is contained in:
Clément Renault 2019-12-13 15:56:16 +01:00 committed by GitHub
commit 3eccf2fd76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}