[workflow] Reduce the frequency of md link checker workflow.

pull/1179/head
Suresh Sundriyal 11 months ago
parent f03be866df
commit c86081adcb

@ -1,6 +1,15 @@
name: Check Markdown links
on: push
on:
push:
paths:
- '**.md'
- .github/workflows/check-md-links.yml
schedule:
# The markdown files are not frequently modified. So run the job at least
# once every week.
- cron: '30 1 * * TUE'
jobs:
markdown-link-check:

Loading…
Cancel
Save