Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
feat: allow manual preview creation from forks (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce authored Jan 26, 2024
1 parent 4c30075 commit 4a39c83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: "Deploy preview"
pull_request
jobs:
build_and_preview:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
runs-on: ubuntu-latest
outputs:
output_urls: "${{ steps.preview_deploy.outputs.urls }}"
Expand Down

0 comments on commit 4a39c83

Please sign in to comment.