link checker fix - only run on opensearch-project/OpenSearch (#1719)
Signed-off-by: Poojita Raj <poojiraj@amazon.com>
This commit is contained in:
parent
c0a2bff01a
commit
297089ac0d
|
@ -4,7 +4,7 @@ on:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
linkchecker:
|
linkchecker:
|
||||||
|
if: github.repository == 'opensearch-project/OpenSearch'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue