Skip to content

Commit ba02579

Browse files
authored
chore: run lychee link checker on PRs only (#934)
The Lychee link checking action seems to be failing on `master` (perhaps due to insufficient permissions)? We need to run the checks on PRs only anyway.
1 parent dea0847 commit ba02579

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
106106
- name: Run Lychee Link Checker
107107
id: lychee
108+
if: github.event_name == 'pull_request'
108109
uses: lycheeverse/lychee-action@v2.8.0
109110
with:
110111
fail: false

0 commit comments

Comments
 (0)