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]>
(cherry picked from commit 82eb948)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 12, 2023
1 parent 6c1150b commit 59ede4c
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 59ede4c

Please sign in to comment.