Skip to content

Commit 6e7c207

Browse files
committed
Update Linkcheck test frequency
Signed-off-by: Lynette Miles <[email protected]>
1 parent 682d915 commit 6e7c207

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/linkcheck.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: Links
22

33
on:
44
schedule:
5-
- cron: "00 18 * * 0"
6-
5+
- cron: "00 18 1 * *"
6+
# Uncomment the following line while testing links in a single PR. Recomment when
7+
# done.
8+
# pull_request
79

810
jobs:
911
linkChecker:
@@ -20,6 +22,8 @@ jobs:
2022
fail: false
2123
jobSummary: true
2224

25+
# If testing links on pull_request, comment these lines out!
26+
2327
- name: Create Issue From File
2428
if: steps.lychee.outputs.exit_code != 0
2529
uses: peter-evans/create-issue-from-file@v5

0 commit comments

Comments
 (0)