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 e2a5443 commit 4850374Copy full SHA for 4850374
.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