diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index 2cd3ca7cd8..1940a03581 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -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