From 785601c248e1c81cdd9d8d326fde645a9535d3c6 Mon Sep 17 00:00:00 2001 From: egeakman Date: Sat, 19 Apr 2025 16:13:13 -0400 Subject: [PATCH] Skip in-house preview if it's a fork --- .github/workflows/preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 8763eca23..2a1657979 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -5,6 +5,7 @@ on: jobs: preview: + if: github.event.pull_request.head.repo.fork == false name: Run preview runs-on: ubuntu-latest env: