Skip to content

Commit 8f468d2

Browse files
authored
chore(ci): change link check flow schedule from daily to weekly (#1592)
* chore(ci): only run the link checker flow once per week * chore(ci): rename workflow for consistency
1 parent 6a23d32 commit 8f468d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-links.yml renamed to .github/workflows/check_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
repository_dispatch:
55
workflow_dispatch:
66
schedule:
7-
- cron: "00 12 * * *"
7+
- cron: "00 12 * * 1" # Run weekly on Mondays at 12:00 UTC
88

99
jobs:
1010
linkChecker:

0 commit comments

Comments
 (0)