Skip to content

Commit 668e1e3

Browse files
danceratopzfelix314159
authored andcommitted
chore(ci): change link check flow schedule from daily to weekly (ethereum#1592)
* chore(ci): only run the link checker flow once per week * chore(ci): rename workflow for consistency
1 parent 5243a1d commit 668e1e3

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)