Skip to content

Commit

Permalink
ci: Run markdown link check once a month instead of daily (#2930)
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr authored Dec 17, 2024
1 parent ed92f12 commit b7280be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdowncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check Markdown links

on:
schedule:
- cron: "0 9 * * 1-5" # run once a day, M-F
- cron: '0 0 1 * *' # run once a month on the first
workflow_dispatch:

# only allow one instance of this workflow to be running per PR or branch, cancels any that are already running
Expand Down

0 comments on commit b7280be

Please sign in to comment.