Skip to content

Commit 62e8065

Browse files
committed
Disable publish for fork repositories
1 parent ce35031 commit 62e8065

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
publish-docs:
1212
name: Publish / Docs
13+
if: github.event.repository.fork == false # Disable for forks
1314
uses: playframework/.github/.github/workflows/antora.yml@v3
1415
with:
1516
playbook: antora-playbook.yml

0 commit comments

Comments
 (0)