mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-12-22 12:51:34 -05:00
Allow workflow to work with pull requests from forks
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
e2147aefe6
commit
98b440a7cd
@ -5,7 +5,6 @@ name: Deploy to Firebase Hosting on PR
|
|||||||
'on': pull_request
|
'on': pull_request
|
||||||
jobs:
|
jobs:
|
||||||
Build_and_Preview:
|
Build_and_Preview:
|
||||||
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
Reference in New Issue
Block a user