Skip to content

Commit

Permalink
Update link_checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoeders authored Dec 17, 2024
1 parent 6bb34d5 commit da5a8e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/link_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Build and check links
on:
push:
pull_request:
schedule:
- cron: "0 0 1 * *"


jobs:
build:
Expand All @@ -28,4 +27,4 @@ jobs:
ruby-version: '3.0'
bundler-cache: true
- name: Check links
run: make check_links
run: make check_links

0 comments on commit da5a8e0

Please sign in to comment.