From 99de501a02572f349a1296debdc921591b0e3558 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Wed, 7 Sep 2022 08:26:38 +0300 Subject: [PATCH] chore: remove debug steps --- .github/workflows/benchmark-dev.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/benchmark-dev.yml b/.github/workflows/benchmark-dev.yml index 04872bc5..001607eb 100644 --- a/.github/workflows/benchmark-dev.yml +++ b/.github/workflows/benchmark-dev.yml @@ -77,12 +77,6 @@ jobs: bench_output_file_path: "./${{ matrix.bench.script }}-output.txt" bench_external_data_json_path: "./gh-pages/dev/bench/data-${{ matrix.os }}.json" - - name: Print steps.pushBenchmarkAttempt1.outcome - run: echo "steps - ${{ steps.pushBenchmarkAttempt1.outcome }}" - - - name: Did attempt 1 fail? - run: echo ${{ steps.pushBenchmarkAttempt1.outcome == 'failure'}} - - name: Push benchmark results (Attempt 2) id: pushBenchmarkAttempt2 continue-on-error: true