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:
authorJo-Philipp Wich <jo@mein.io>2021-12-04 12:08:47 +0300
committerGitHub <noreply@github.com>2021-12-04 12:08:47 +0300
commit54de8568f043d86d577fc96ad942a46b610aca61 (patch)
tree4903540be9c1b6390cd531e75811a7a9d03154bd
parent845129a20d25998f7be1b3e214a18e5f94f6590f (diff)
parentb18c42b5a8a567ae980b4558847114b6d4440d80 (diff)
Merge pull request #5512 from cartender/master
ci: Only run github pages on the official repository
-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