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