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
#3763)

(cherry picked from commit 82eb948)

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent e1053f5 commit 6c3b394
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 6c3b394

Please sign in to comment.