Skip to content

Commit

Permalink
run link-validator once a day (not per PR commit) (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Dec 17, 2024
1 parent 3b85979 commit 53761e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/link-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: Link Validator
permissions: {}

on:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 6 * * 1'
- cron: '0 6 * * *'

jobs:
validate-links:
Expand Down

0 comments on commit 53761e5

Please sign in to comment.