Skip to content

Commit 626eda2

Browse files
authored
Update action.yml
introduce run on schedule
1 parent db1def0 commit 626eda2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Diff for: .github/workflows/action.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
name: Check Markdown links
22

3-
on: push
4-
3+
on:
4+
push:
5+
branches:
6+
- master
7+
schedule:
8+
# runs every monday at 9 am
9+
- cron: "0 9 * * 1"
10+
511
jobs:
612
markdown-link-check:
713
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)