Skip to content

Commit ca3e789

Browse files
committed
[Revert] Test fork approval flow
1 parent cbb7561 commit ca3e789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-preview-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
approve-for-fork:
3333
name: Approve Fork PR
3434
runs-on: ubuntu-latest
35-
if: github.event.pull_request.head.repo.fork == true
35+
# if: github.event.pull_request.head.repo.fork == true
3636
environment: fork-preview-protection
3737
steps:
3838
- run: echo "Fork PR #${{ github.event.pull_request.number }} approved for preview deployment"

0 commit comments

Comments
 (0)