Skip to content

Commit 77c20d8

Browse files
authored
Skip in-house preview if the PR is a fork (#1164)
1 parent 1de7c00 commit 77c20d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55

66
jobs:
77
preview:
8+
if: github.event.pull_request.head.repo.fork == false
89
name: Run preview
910
runs-on: ubuntu-latest
1011
env:

0 commit comments

Comments
 (0)