We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 682d915 + 1cfd62b commit 0f81e1fCopy full SHA for 0f81e1f
.github/workflows/linkcheck.yaml
@@ -2,8 +2,10 @@ name: Links
2
3
on:
4
schedule:
5
- - cron: "00 18 * * 0"
6
-
+ - cron: "00 18 1 * *"
+# Uncomment the following line while testing links in a single PR. Recomment when
7
+# done. Be sure to comment out the 'Create Issue from File' section while testing.
8
+# pull_request
9
10
jobs:
11
linkChecker:
@@ -20,6 +22,8 @@ jobs:
20
22
fail: false
21
23
jobSummary: true
24
25
+# If testing links on pull_request, comment these lines out!
26
+
27
- name: Create Issue From File
28
if: steps.lychee.outputs.exit_code != 0
29
uses: peter-evans/create-issue-from-file@v5
0 commit comments