Modify link checker to run once a week and not to run in forks (#3759)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
parent
fa643f9040
commit
82eb94811c
|
@ -2,9 +2,10 @@ name: Check Links
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "30 11 * * *"
|
||||
- cron: "30 11 * * 0"
|
||||
jobs:
|
||||
check:
|
||||
if: github.repository == ‘opensearch-project/documentation-website’
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in New Issue