diff --git a/.github/workflows/link_check.yml b/.github/workflows/link_check.yml index 0ab1405720..6b6ab3457a 100644 --- a/.github/workflows/link_check.yml +++ b/.github/workflows/link_check.yml @@ -2,12 +2,12 @@ name: Link Checker on: repository_dispatch: - push: - branches: - - main workflow_dispatch: - schedule: - - cron: "00 18 * * 6" + # push: + # branches: + # - main + # schedule: + # - cron: "00 18 * * 6" jobs: linkChecker: