Skip to content

Commit

Permalink
Move link check to be weekly (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Jan 31, 2025
1 parent 4458d8e commit 372dca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
name: run-htmltest-external
on:
schedule:
# 10am UTC on weekdays
- cron: "0 10 * * 1,2,3,4,5"
# 10am UTC on Mondays
- cron: "0 10 * * 1"
jobs:
htmltest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 372dca2

Please sign in to comment.