Skip to content

Commit

Permalink
Remove if that prevents running for PRs from forks
Browse files Browse the repository at this point in the history
  • Loading branch information
rphovley committed Oct 6, 2024
1 parent 351ccb2 commit ba02bff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ permissions:
pull-requests: write
jobs:
build_and_preview:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ba02bff

Please sign in to comment.