mirror of
https://github.com/openwrt/luci
synced 2025-01-08 12:08:04 +08:00
house-keeping: Enable jsdoc workflow to run in forks also.
This commit is contained in:
parent
b6e968b547
commit
d88d40c24d
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 New Issue
Block a user