Skip to content

Commit

Permalink
ci: set docs link checker branches (#5399)
Browse files Browse the repository at this point in the history
  • Loading branch information
petermakowski committed Apr 12, 2024
1 parent 6b8a592 commit 3292d54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/links-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +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"

jobs:
docs:
name: maas.io/docs links
Expand Down

0 comments on commit 3292d54

Please sign in to comment.