Skip to content

Commit

Permalink
ci: Update markdown check workflow to only run on schedule (#1954)
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr authored Oct 5, 2023
1 parent a05dc2a commit c0e06e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/markdowncheck.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Check Markdown links

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

0 comments on commit c0e06e9

Please sign in to comment.