Skip to content

Commit

Permalink
Modify link checker to run once a week and not to run in forks (#3759)
Browse files Browse the repository at this point in the history
Signed-off-by: Fanit Kolchina <[email protected]>
  • Loading branch information
kolchfa-aws authored Apr 12, 2023
1 parent fa643f9 commit 82eb948
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82eb948

Please sign in to comment.