Skip to content

Commit

Permalink
ci: fix pull request events
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Jul 25, 2024
1 parent da51407 commit cd531dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
deploy-preview:
name: Firebase preview
runs-on: ubuntu-latest
needs: [test-functional, test-unit]
needs: test-unit
if: ${{ github.event.sender.type == 'User' }}
environment:
name: dev
Expand Down

0 comments on commit cd531dc

Please sign in to comment.