From 8c4cf9937c53b3e0da33b56f75c12f28072711a7 Mon Sep 17 00:00:00 2001 From: dmathieu Date: Fri, 25 Aug 2023 11:09:25 +0200 Subject: [PATCH] remove negation --- .github/workflows/benchmarks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index eb851eed1a9..35876cd4908 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -111,11 +111,11 @@ jobs: echo "-> infra setup done" - name: Run benchmarks autotuned - if: ${{ !github.event.inputs.benchmarkAgents == '' }} + if: ${{ github.event.inputs.benchmarkAgents == '' }} run: make run-benchmark-autotuned index-benchmark-results - name: Run benchmarks self tuned - if: ${{ !github.event.inputs.benchmarkAgents != '' }} + if: ${{ github.event.inputs.benchmarkAgents != '' }} run: make run-benchmark index-benchmark-results - name: Download PNG