Skip to content

Commit

Permalink
Add weekly schedule for markdown link check
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonBN committed Mar 17, 2024
1 parent 052bf1d commit bcccc41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ name: 'Check Markdown links'
on:
workflow_dispatch: # To can dispatch manually

# Schedule to run every week on Sunday at 00:00 UTC
schedule:
- cron: '0 0 * * 0'

push:
branches:
- main
Expand Down

0 comments on commit bcccc41

Please sign in to comment.