Skip to content

Commit

Permalink
Try reverse
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Jan 22, 2025
1 parent 5073170 commit 10d3104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
perf-tests:
if: "!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
Expand Down

0 comments on commit 10d3104

Please sign in to comment.