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