Skip to content

Commit

Permalink
ci: fix links checker (#5459)
Browse files Browse the repository at this point in the history
  • Loading branch information
petermakowski authored Jun 12, 2024
1 parent cf672e2 commit 11d63f8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/links-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: MAAS Docs link checker
on:
schedule:
- cron: "0 14 * * 1-5" # At 14:00 every day-of-week from Monday through Friday.
branches:
- main
- "3.5"
push:
branches:
- main
- "3.5"

jobs:
docs:
Expand Down

0 comments on commit 11d63f8

Please sign in to comment.