mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 21:24:35 +04:00
house-keeping: Enable jsdoc workflow to run in forks also.
This commit is contained in:
2
.github/workflows/jsdoc.yml
vendored
2
.github/workflows/jsdoc.yml
vendored
@@ -13,7 +13,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
if: github.repository == 'openwrt/luci'
|
if: endsWith( github.repository, 'luci' )
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|||||||
Reference in New Issue
Block a user