We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b3785 commit 40aa92dCopy full SHA for 40aa92d
.github/workflows/pull_request_build_and_deploy.yml
@@ -5,7 +5,6 @@ name: Pull request build and deploy
5
'on': pull_request
6
jobs:
7
build_and_preview:
8
- if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
9
runs-on: ubuntu-latest
10
permissions:
11
checks: write
@@ -51,6 +50,7 @@ jobs:
51
50
- name: Copy bootstrap config
52
run: cp .github/environments/dev.json build/bootstrap.json
53
- uses: FirebaseExtended/action-hosting-deploy@v0
+ if: github.event.pull_request.head.repo.fork == false
54
with:
55
repoToken: '${{ secrets.GITHUB_TOKEN }}'
56
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ENT_ROR_ABZU_DEV }}'
0 commit comments