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 cbb7561 commit ca3e789Copy full SHA for ca3e789
.github/workflows/pr-preview-check.yml
@@ -32,7 +32,7 @@ jobs:
32
approve-for-fork:
33
name: Approve Fork PR
34
runs-on: ubuntu-latest
35
- if: github.event.pull_request.head.repo.fork == true
+ # if: github.event.pull_request.head.repo.fork == true
36
environment: fork-preview-protection
37
steps:
38
- run: echo "Fork PR #${{ github.event.pull_request.number }} approved for preview deployment"
0 commit comments