Skip to content

Commit 628dc3b

Browse files
committed
perf/CI: Fix label condition
1 parent 5798686 commit 628dc3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/perfs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
perf-tests:
14-
if: "!contains(github.event.issue.labels.*.name , 'skip-performance-checks')"
14+
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-performance-checks') }}
1515
runs-on: [ubuntu-latest]
1616
permissions:
1717
pull-requests: write

0 commit comments

Comments
 (0)