diff --git a/.github/workflows/linkcheck.yaml b/.github/workflows/linkcheck.yaml index a08c825a7..855bb1f98 100644 --- a/.github/workflows/linkcheck.yaml +++ b/.github/workflows/linkcheck.yaml @@ -2,8 +2,10 @@ name: Links on: schedule: - - cron: "00 18 * * 0" - + - cron: "00 18 1 * *" +# Uncomment the following line while testing links in a single PR. Recomment when +# done. Be sure to comment out the 'Create Issue from File' section while testing. +# pull_request jobs: linkChecker: @@ -20,6 +22,8 @@ jobs: fail: false jobSummary: true +# If testing links on pull_request, comment these lines out! + - name: Create Issue From File if: steps.lychee.outputs.exit_code != 0 uses: peter-evans/create-issue-from-file@v5