Skip to content

Commit fd85bef

Browse files
committed
Link checker scheduling
Signed-off-by: Lynette Miles <[email protected]>
1 parent e7f06c3 commit fd85bef

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/workflows/linkcheck.yaml

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

33
on:
44
pull_request:
5+
schedule:
6+
- cron: "00 18 * * 7"
7+
58

69
jobs:
710
linkChecker:
@@ -18,10 +21,10 @@ jobs:
1821
fail: false
1922
jobSummary: true
2023

21-
# - name: Create Issue From File
22-
# if: steps.lychee.outputs.exit_code != 0
23-
# uses: peter-evans/create-issue-from-file@v5
24-
# with:
25-
# title: Link Checker Report
26-
# content-filepath: ./lychee/out.md
27-
# labels: report, automated issue
24+
- name: Create Issue From File
25+
if: steps.lychee.outputs.exit_code != 0
26+
uses: peter-evans/create-issue-from-file@v5
27+
with:
28+
title: Link Checker Report
29+
content-filepath: ./lychee/out.md
30+
labels: report, automated issue

0 commit comments

Comments
 (0)