Skip to content

Commit

Permalink
Ensure running on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored and Tridecatrix committed Oct 17, 2024
1 parent 90a80df commit 9c6df38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- '.lycheeignore'
- 'lychee.toml'
- '**/*.md'
pull_request:
schedule:
# Run on the first of each month at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
- cron: "0 9 1 * *"
Expand Down Expand Up @@ -34,4 +35,4 @@ jobs:
uses: lycheeverse/[email protected]
with:
fail: true
args: --accept '200,201,202,203,204,403,429,500' --max-concurrency 1 --cache --no-progress --exclude-all-private './**/*.md'
args: --accept '200,201,202,203,204,403,429,500' --max-concurrency 1 --cache --no-progress --exclude-all-private './**/*.md'

0 comments on commit 9c6df38

Please sign in to comment.