Skip to content

Commit 5882249

Browse files
committed
workflow: only build doc on upstream
1 parent 3c8d918 commit 5882249

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/builddevdoc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88

99
jobs:
1010
build:
11+
# Only run on the upstream repository — forks have no dev_doc companion repo
12+
# and lack the PAT_TOKEN secret required for the deploy step.
13+
if: github.repository == 'smarthomeNG/plugins'
1114
runs-on: ubuntu-22.04 #latest
1215
strategy:
1316
fail-fast: false

0 commit comments

Comments
 (0)