From 372921b97d20436840be1f3f991a8670c80b2d90 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Mon, 22 Aug 2022 18:36:30 +0300 Subject: [PATCH] debug wip Co-authored-by: Jamie Kuppens Co-authored-by: Ignacio Falk --- .github/workflows/benchmark-dev.yml | 4 ++-- .github/workflows/push-results/action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark-dev.yml b/.github/workflows/benchmark-dev.yml index 0528ad12..eb4f5cd3 100644 --- a/.github/workflows/benchmark-dev.yml +++ b/.github/workflows/benchmark-dev.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: os: [windows-latest] - arch: [Win32, x64] + arch: [x64] #Win32, bench: - { script: "run-benchmarks", @@ -69,7 +69,7 @@ jobs: with: repository: ${{ matrix.benchResultsRepo.name }} branch: ${{ matrix.benchResultsRepo.branch }} - token: ${{ secrets.GITHUB_TOKEN }} + # token: ${{ secrets.GITHUB_TOKEN }} path: "./gh-pages" bench_name: "${{ matrix.bench.title }} (Windows ${{matrix.arch}})" bench_tool: "benchmarkluau" diff --git a/.github/workflows/push-results/action.yml b/.github/workflows/push-results/action.yml index e5eb3e5e..43832ed9 100644 --- a/.github/workflows/push-results/action.yml +++ b/.github/workflows/push-results/action.yml @@ -40,7 +40,7 @@ runs: with: repository: ${{ inputs.repository }} ref: ${{ inputs.branch }} - token: ${{ inputs.token }} + # token: ${{ inputs.token }} path: "./gh-pages" - name: Store results