From e9801585288f10d28058f3b472e7f221047a254c Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 12 May 2022 19:06:14 +0300 Subject: [PATCH] [Cleanup] Fixed syntax error in benchmark github workflow --- .github/workflows/benchmark.yml | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 370d6ec3..3880a303 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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