We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c8d918 commit 5882249Copy full SHA for 5882249
1 file changed
.github/workflows/builddevdoc.yml
@@ -8,6 +8,9 @@ on:
8
9
jobs:
10
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'
14
runs-on: ubuntu-22.04 #latest
15
strategy:
16
fail-fast: false
0 commit comments