From 481f88ca7260306db878edf8e65d5041b65119e0 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 18 Jul 2022 22:28:23 -0400 Subject: [PATCH] Allow workflow to work with pull requests from forks Signed-off-by: Tommy --- .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 7276126..655beca 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 == github.repository }}' runs-on: ubuntu-latest steps: - name: Checkout