Skip to content

Commit eebec96

Browse files
Skip artifact comment job for fork PRs (#850)
1 parent f68c6a4 commit eebec96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
preview: true
7575

7676
post-page-artifact:
77-
if: ${{ github.event_name == 'pull_request' }}
77+
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository }}
7878
needs: build
7979
runs-on: ubuntu-latest
8080
permissions:

0 commit comments

Comments
 (0)