Skip to content

Commit

Permalink
retrythatshit
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Jan 22, 2025
1 parent 16651b9 commit 83899f0
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: ${{ 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
Expand Down

0 comments on commit 83899f0

Please sign in to comment.