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 f68c6a4 commit eebec96Copy full SHA for eebec96
1 file changed
.github/workflows/website.yaml
@@ -74,7 +74,7 @@ jobs:
74
preview: true
75
76
post-page-artifact:
77
- if: ${{ github.event_name == 'pull_request' }}
+ if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository }}
78
needs: build
79
runs-on: ubuntu-latest
80
permissions:
0 commit comments