Skip to content

Commit

Permalink
Links are checked only when a markdown file is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jan 26, 2025
1 parent 1c150c8 commit f48eb15
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/check_links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ name: Check links
# 21st as the first letter of this repo is the 21st letter in the alphabet.
on:
push:
paths:
- 'docs/**'
- .github/workflows/check_links.yaml
- mlc_config.json
pull_request:
paths:
- 'docs/**'
- .github/workflows/check_links.yaml
- mlc_config.json
schedule:
- cron: "0 0 21 * *"

Expand Down

0 comments on commit f48eb15

Please sign in to comment.