house-keeping: Enable jsdoc workflow to run in forks also.
authorPaul Donald <newtwen@gmail.com>
Wed, 31 Jan 2024 22:16:30 +0000 (23:16 +0100)
committerPaul Donald <newtwen@gmail.com>
Wed, 31 Jan 2024 22:38:41 +0000 (23:38 +0100)
.github/workflows/jsdoc.yml

index e7f40f2a5cfa637f4cdd34f9dea460a529366886..6b3206f83f91cb28a9db7ebfd1753852a31d731e 100644 (file)
@@ -13,7 +13,7 @@ on:
 
 jobs:
   deploy:
-    if: github.repository == 'openwrt/luci'
+    if: endsWith( github.repository, 'luci' )
     runs-on: ubuntu-latest
     steps:
       - name: Checkout code