diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 7c3cb114201..de506546ac9 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -7,10 +7,7 @@ on: jobs: benchmark: - if: | - ${{ contains( github.event.pull_request.labels.*.name, 'run-benchmark') - && github.event_name == 'pull_request' - || github.event_name == 'workflow_dispatch' }} + if: ${{ contains( github.event.pull_request.labels.*.name, 'run-benchmark') && github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }} name: Linux runs-on: ubuntu-20.04 env: