[Cleanup] Fixed syntax error in benchmark github workflow

This commit is contained in:
Allan Jeremy 2022-05-12 19:06:14 +03:00
parent aad35f788e
commit e980158528

View file

@ -3,20 +3,20 @@ name: Benchmarks - PR
on: on:
push: push:
branches: branches:
- 'master' - "master"
paths-ignore: paths-ignore:
- 'docs/**' - "docs/**"
- 'papers/**' - "papers/**"
- 'rfcs/**' - "rfcs/**"
- '*.md' - "*.md"
- 'prototyping/**' - "prototyping/**"
pull_request: pull_request:
paths-ignore: paths-ignore:
- 'docs/**' - "docs/**"
- 'papers/**' - "papers/**"
- 'rfcs/**' - "rfcs/**"
- '*.md' - "*.md"
- 'prototyping/**' - "prototyping/**"
# we don't use paths-ignore in required pass workflows # we don't use paths-ignore in required pass workflows
jobs: jobs:
@ -70,12 +70,10 @@ jobs:
path: ./cache path: ./cache
key: ${{ runner.os }}-benchmark key: ${{ runner.os }}-benchmark
#Run `github-action-benchmark` action #Run `github-action-benchmark` action
- name: Store ${{ matrix.bench.title }} result - name: Store ${{ matrix.bench.title }} result
uses: Roblox/rhysd-github-action-benchmark@v-luau uses: Roblox/rhysd-github-action-benchmark@v-luau
with: with:
gh-pages-
tool: "benchmarkluau" tool: "benchmarkluau"
output-file-path: output.txt output-file-path: output.txt
external-data-json-path: ./cache/benchmark-data.json external-data-json-path: ./cache/benchmark-data.json