house-keeping: Enable jsdoc workflow to run in forks also.
This commit is contained in:
parent
b6e968b547
commit
d88d40c24d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/jsdoc.yml
vendored
2
.github/workflows/jsdoc.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue