summaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-md-links.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/check-md-links.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/.github/workflows/check-md-links.yml b/.github/workflows/check-md-links.yml
index f55b468..ef17d24 100644
--- a/.github/workflows/check-md-links.yml
+++ b/.github/workflows/check-md-links.yml
@@ -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: