Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Giacobbi <giovanni@giacobbi.net>2021-11-14 01:36:55 +0300
committerGiovanni Giacobbi <giovanni@giacobbi.net>2021-11-16 12:37:12 +0300
commitb18c42b5a8a567ae980b4558847114b6d4440d80 (patch)
tree434b3799b33209c2a839d5c51d2e5857b5d8fdf2 /.github
parent75c6251c6eacf06888cac68d11b6197669c8a990 (diff)
CI: only run GitHub pages on the official repository
Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/jsdoc.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/jsdoc.yml b/.github/workflows/jsdoc.yml
index 1160a24421..b67956ad18 100644
--- a/.github/workflows/jsdoc.yml
+++ b/.github/workflows/jsdoc.yml
@@ -7,6 +7,7 @@ on:
jobs:
deploy:
+ if: github.repository == 'openwrt/luci'
runs-on: ubuntu-latest
steps:
- name: Checkout code