From a37bd72210485878e3f764600b86f9d4d44373ed Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Mon, 19 May 2025 13:33:19 -0600 Subject: [PATCH] test pr Signed-off-by: Vaughn Dice --- .github/workflows/deploy-preview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-preview.yaml b/.github/workflows/deploy-preview.yaml index 349b75e8..96672c67 100644 --- a/.github/workflows/deploy-preview.yaml +++ b/.github/workflows/deploy-preview.yaml @@ -7,7 +7,7 @@ on: jobs: deploy-preview: runs-on: ubuntu-24.04 - if: ${{ !github.event.pull_request.head.repo.fork }} + # if: ${{ !github.event.pull_request.head.repo.fork }} name: Build and deploy steps: - uses: actions/checkout@v4