Skip to content

Commit 367e484

Browse files
authored
ci: Run perf tests on demand (#2722)
1 parent edb0d58 commit 367e484

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr_criterion.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
permissions:
77
pull-requests: write
88
runs-on: ubuntu-latest
9+
if: ${{ contains(github.event.pull_request.labels.*.name, 'performance') }}
910
steps:
1011
- uses: actions/checkout@v3
1112
- uses: arduino/setup-protoc@v3

0 commit comments

Comments
 (0)