From afe26ab6a15f5a988001b3321cc86a5e6c06ca06 Mon Sep 17 00:00:00 2001 From: Ernesto Serrano Date: Fri, 24 Jul 2026 22:11:15 +0100 Subject: [PATCH] Prevent fork pull requests from running preview workflow --- .github/workflows/pr-playground-preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-playground-preview.yml b/.github/workflows/pr-playground-preview.yml index 93d0af8..fdf00d3 100644 --- a/.github/workflows/pr-playground-preview.yml +++ b/.github/workflows/pr-playground-preview.yml @@ -11,6 +11,7 @@ permissions: jobs: preview: + if: github.event.pull_request.head.repo.full_name == github.repository runs-on: ubuntu-latest steps: - name: Checkout repository