Skip to content

Commit 40aa92d

Browse files
committed
Fix PR workflow [skip ci]
1 parent d9b3785 commit 40aa92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request_build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ name: Pull request build and deploy
55
'on': pull_request
66
jobs:
77
build_and_preview:
8-
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
98
runs-on: ubuntu-latest
109
permissions:
1110
checks: write
@@ -51,6 +50,7 @@ jobs:
5150
- name: Copy bootstrap config
5251
run: cp .github/environments/dev.json build/bootstrap.json
5352
- uses: FirebaseExtended/action-hosting-deploy@v0
53+
if: github.event.pull_request.head.repo.fork == false
5454
with:
5555
repoToken: '${{ secrets.GITHUB_TOKEN }}'
5656
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ENT_ROR_ABZU_DEV }}'

0 commit comments

Comments
 (0)