From 6e7c207ec52e094ce7d95d75c2494e0c1f465620 Mon Sep 17 00:00:00 2001 From: Lynette Miles Date: Fri, 22 Aug 2025 11:03:28 -0700 Subject: [PATCH 1/2] Update Linkcheck test frequency Signed-off-by: Lynette Miles --- .github/workflows/linkcheck.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linkcheck.yaml b/.github/workflows/linkcheck.yaml index a08c825a7..7334bb677 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. +# 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 From 1cfd62bfc6b9a86142ef4f0129a8cdba72a04afc Mon Sep 17 00:00:00 2001 From: Lynette Miles Date: Fri, 22 Aug 2025 11:05:15 -0700 Subject: [PATCH 2/2] Update Linkcheck test frequency Signed-off-by: Lynette Miles --- .github/workflows/linkcheck.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linkcheck.yaml b/.github/workflows/linkcheck.yaml index 7334bb677..855bb1f98 100644 --- a/.github/workflows/linkcheck.yaml +++ b/.github/workflows/linkcheck.yaml @@ -4,7 +4,7 @@ on: schedule: - cron: "00 18 1 * *" # Uncomment the following line while testing links in a single PR. Recomment when -# done. +# done. Be sure to comment out the 'Create Issue from File' section while testing. # pull_request jobs: