diff --git a/.github/workflows/link_checker_report.yaml b/.github/workflows/link_checker_report.yaml index 90890023752..f2eba3634a1 100644 --- a/.github/workflows/link_checker_report.yaml +++ b/.github/workflows/link_checker_report.yaml @@ -17,12 +17,6 @@ on: push: branches: - test-link-report - repository_dispatch: - workflow_dispatch: - schedule: - - cron: '50 9 * * *' # For testing purposes, this is set to run every day at 9:50 AM UTC. Change to the above for weekly runs. - - cron: '0 0 * * 1' # Runs every Monday at 00:00 UTC - jobs: linkChecker: runs-on: ubuntu-latest