Skip to content

Commit

Permalink
Move markdown link check CI to once on Saturdays (#4606)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Jun 26, 2024
1 parent 6f503d3 commit 034997c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name: Check Markdown links
# Triggers the workflow on push or pull request or on demand
on:
workflow_dispatch:
push:
pull_request:
branches: [ develop ]
schedule:
- cron: "0 10 * * 6"

# The config file handles things like http 500 errors from sites like GitLab
# and http 200 responses
Expand Down

0 comments on commit 034997c

Please sign in to comment.