From: Giovanni Giacobbi Date: Sat, 13 Nov 2021 22:36:55 +0000 (+0000) Subject: CI: only run GitHub pages on the official repository X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b18c42b5a8a567ae980b4558847114b6d4440d80;p=openwrt-luci.git CI: only run GitHub pages on the official repository Signed-off-by: Giovanni Giacobbi --- 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