Skip to content

Commit 0f81e1f

Browse files
authored
Merge pull request #2051 from fluent/lynettemiles/sc-146344/see-if-link-checker-ran-in-fb-and-look-for
2 parents 682d915 + 1cfd62b commit 0f81e1f

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. Be sure to comment out the 'Create Issue from File' section while testing.
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)