From 729d06478907101b4b7e7ca402604154fe712cf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommy=20Jos=C3=A9povic?= Date: Tue, 27 Aug 2024 16:03:50 -0400 Subject: [PATCH] fix: allow pr preview for anyone --- .github/workflows/firebase-hosting-pull-request.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 440bbdf..142eddc 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -5,7 +5,6 @@ name: Deploy to Firebase Hosting on PR "on": pull_request jobs: build_and_preview: - if: "${{ github.event.pull_request.head.repo.full_name == 'tjosepo/ror2-editor' }}" runs-on: ubuntu-latest steps: - uses: actions/checkout@v2