diff --git a/.github/workflows/perfs.yml b/.github/workflows/perfs.yml index ca48bf88c9..3a5471f7b4 100644 --- a/.github/workflows/perfs.yml +++ b/.github/workflows/perfs.yml @@ -11,7 +11,7 @@ concurrency: jobs: perf-tests: - if: ${{ false == contains(github.event.issue.labels.*.name, 'skip-performance-checks') }} + if: ${{ !contains(github.event.issue.labels.*.name, 'skip-performance-checks') }} runs-on: [ubuntu-latest] permissions: pull-requests: write