house-keeping: Enable jsdoc workflow to run in forks also.

This commit is contained in:
Paul Donald 2024-01-31 23:16:30 +01:00
parent b6e968b547
commit d88d40c24d

View 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