diff --git a/.github/workflows/broken_links.yml b/.github/workflows/broken_links.yml index 1eb72bc87d..ee45a55158 100644 --- a/.github/workflows/broken_links.yml +++ b/.github/workflows/broken_links.yml @@ -2,8 +2,7 @@ name: Broken Links Report on: schedule: - # - cron: '0 0 * * 1' # Schedule to run every Monday at midnight UTC - - cron: "*/5 * * * *" + - cron: '*/5 * * * *' jobs: run-script: @@ -15,7 +14,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: "3.12" # Adjust the version as needed + python-version: 3.12 - name: Install dependencies run: |