Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/linkcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Links

on:
schedule:
- cron: "00 18 * * 0"

- cron: "00 18 1 * *"
# Uncomment the following line while testing links in a single PR. Recomment when
# done. Be sure to comment out the 'Create Issue from File' section while testing.
# pull_request

jobs:
linkChecker:
Expand All @@ -20,6 +22,8 @@ jobs:
fail: false
jobSummary: true

# If testing links on pull_request, comment these lines out!

- name: Create Issue From File
if: steps.lychee.outputs.exit_code != 0
uses: peter-evans/create-issue-from-file@v5
Expand Down