From 72a49d5536b9087d884cfbae29615f2ea42fc64c Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Tue, 6 Sep 2022 16:51:10 +0300 Subject: [PATCH] debug wip --- .github/workflows/benchmark-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark-dev.yml b/.github/workflows/benchmark-dev.yml index 36f0960d..4d6cde63 100644 --- a/.github/workflows/benchmark-dev.yml +++ b/.github/workflows/benchmark-dev.yml @@ -81,7 +81,7 @@ jobs: run: echo "steps - ${{ steps.pushBenchmarkAttempt1.outcome }}" - name: Did attempt 1 fail? - run: echo ${{ steps.pushBenchmarkAttempt1.outcome }} + run: echo ${{ steps.pushBenchmarkAttempt1.outcome == 'failure'}} - name: Push benchmark results (Attempt 2) id: pushBenchmarkAttempt2