From bb6cd790b81001083787fa37e38686586e9b3e53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=95=E0=A4=BE=E0=A4=B0=E0=A4=A4=E0=A5=8B=E0=A4=AB?= =?UTF-8?q?=E0=A5=8D=E0=A4=AB=E0=A5=87=E0=A4=B2=E0=A4=B8=E0=A5=8D=E0=A4=95?= =?UTF-8?q?=E0=A5=8D=E0=A4=B0=E0=A4=BF=E0=A4=AA=E0=A5=8D=E0=A4=9F=E2=84=A2?= Date: Wed, 8 Jan 2025 12:44:31 +0100 Subject: [PATCH] ci: Skip workflow tests on community PRs (#12501) --- .github/workflows/test-workflows.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-workflows.yml b/.github/workflows/test-workflows.yml index 90a69438ab..2df829f7c6 100644 --- a/.github/workflows/test-workflows.yml +++ b/.github/workflows/test-workflows.yml @@ -17,7 +17,9 @@ jobs: build: name: Install & Build runs-on: ubuntu-latest - if: github.event_name != 'pull_request_review' || startsWith(github.event.pull_request.base.ref, 'release/') + if: | + (github.event_name != 'pull_request_review' || startsWith(github.event.pull_request.base.ref, 'release/')) && + !contains(github.event.pull_request.labels.*.name, 'community') steps: - uses: actions/checkout@v4.1.1 - run: corepack enable