Skip to content

Commit f8289ac

Browse files
committed
⚙️ change markdown link validation to weekly schedule
1 parent 05f7dc7 commit f8289ac

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

.github/workflows/markdown-link-lint.yaml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
name: Markdown Link Validation
22

33
on:
4-
push:
5-
branches:
6-
- '**'
7-
paths:
8-
- '**/*.md'
9-
- 'Makefile'
10-
- '.github/workflows/markdown-link-lint.yaml'
11-
pull_request:
12-
types: [opened, synchronize, reopened]
13-
paths:
14-
- '**/*.md'
15-
- 'Makefile'
16-
- '.github/workflows/markdown-link-lint.yaml'
4+
schedule:
5+
- cron: '0 0 * * 1' # Every Monday at midnight
176
workflow_dispatch:
187

198
jobs:

0 commit comments

Comments
 (0)