Skip to content

Commit 682d915

Browse files
authored
Merge pull request #2049 from fluent/lynettemiles/sc-143288/ci-cd-add-a-link-checker
2 parents 01244c0 + 2c760ce commit 682d915

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/workflows/linkcheck.yaml

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

33
on:
4-
pull_request:
4+
schedule:
5+
- cron: "00 18 * * 0"
6+
57

68
jobs:
79
linkChecker:
@@ -18,10 +20,10 @@ jobs:
1820
fail: false
1921
jobSummary: true
2022

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

0 commit comments

Comments
 (0)