Skip to content

Commit 6c4d655

Browse files
authored
Reduce link validator schedule (#3430)
1 parent 57c0210 commit 6c4d655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/link-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- v*
1010
workflow_dispatch:
1111
schedule:
12-
- cron: '0 6 * * 1'
12+
- cron: '0 6 1 * *'
1313

1414
permissions:
1515
contents: read

0 commit comments

Comments
 (0)