From 0a77bd89844dd1e085d71926ba068ed0d29a54dc Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Wed, 26 Feb 2025 12:06:43 -0800 Subject: [PATCH] Run perf tests on demand --- .github/workflows/pr_criterion.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr_criterion.yaml b/.github/workflows/pr_criterion.yaml index 47f4267097..7ce4d9482e 100644 --- a/.github/workflows/pr_criterion.yaml +++ b/.github/workflows/pr_criterion.yaml @@ -6,6 +6,7 @@ jobs: permissions: pull-requests: write runs-on: ubuntu-latest + if: ${{ contains(github.event.pull_request.labels.*.name, 'performance') }} steps: - uses: actions/checkout@v3 - uses: arduino/setup-protoc@v3