Skip to content

Commit

Permalink
remove negation
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Aug 25, 2023
1 parent 24d739b commit 8c4cf99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c4cf99

Please sign in to comment.