Skip to content

Commit c0e06e9

Browse files
authored
ci: Update markdown check workflow to only run on schedule (#1954)
1 parent a05dc2a commit c0e06e9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/markdowncheck.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Check Markdown links
22

33
on:
4-
push:
5-
paths:
6-
- '**.md' # only run when there are changes to markdown files in a push to any branch
74
schedule:
85
- cron: "0 9 * * 1-5" # run once a day, M-F
96
workflow_dispatch:

0 commit comments

Comments
 (0)