Skip to content

Commit

Permalink
Merge pull request #50 from vil02/reduce_check_frequency
Browse files Browse the repository at this point in the history
chore: reduce check frequency
  • Loading branch information
vil02 authored May 29, 2024
2 parents c7e9d40 + 0c8e509 commit d8a2312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all_url_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: all_url_check
workflow_dispatch:
push:
schedule:
- cron: '30 */3 * * *'
- cron: '30 2 * * *'

jobs:
run_lychee:
Expand Down

0 comments on commit d8a2312

Please sign in to comment.