Skip to content

Commit

Permalink
Switch link checker from weekly to daily (MystenLabs#2259)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay-Mysten authored May 26, 2022
1 parent e9fbf38 commit 73321d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/links_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

## Run this workflow automatically every week
schedule:
- cron: '0 0 * * 1'
- cron: '0 0 * * *'

jobs:
link_checker:
Expand Down

0 comments on commit 73321d8

Please sign in to comment.