mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
[Cleanup] Fixed syntax error in benchmark github workflow
This commit is contained in:
parent
aad35f788e
commit
e980158528
1 changed files with 11 additions and 13 deletions
24
.github/workflows/benchmark.yml
vendored
24
.github/workflows/benchmark.yml
vendored
|
@ -3,20 +3,20 @@ name: Benchmarks - PR
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- "master"
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'papers/**'
|
||||
- 'rfcs/**'
|
||||
- '*.md'
|
||||
- 'prototyping/**'
|
||||
- "docs/**"
|
||||
- "papers/**"
|
||||
- "rfcs/**"
|
||||
- "*.md"
|
||||
- "prototyping/**"
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'papers/**'
|
||||
- 'rfcs/**'
|
||||
- '*.md'
|
||||
- 'prototyping/**'
|
||||
- "docs/**"
|
||||
- "papers/**"
|
||||
- "rfcs/**"
|
||||
- "*.md"
|
||||
- "prototyping/**"
|
||||
# we don't use paths-ignore in required pass workflows
|
||||
|
||||
jobs:
|
||||
|
@ -70,12 +70,10 @@ jobs:
|
|||
path: ./cache
|
||||
key: ${{ runner.os }}-benchmark
|
||||
|
||||
|
||||
#Run `github-action-benchmark` action
|
||||
- name: Store ${{ matrix.bench.title }} result
|
||||
uses: Roblox/rhysd-github-action-benchmark@v-luau
|
||||
with:
|
||||
gh-pages-
|
||||
tool: "benchmarkluau"
|
||||
output-file-path: output.txt
|
||||
external-data-json-path: ./cache/benchmark-data.json
|
||||
|
|
Loading…
Add table
Reference in a new issue