Skip to content

Commit 47a3cd9

Browse files
authored
reduce to only wednesday
1 parent 048e550 commit 47a3cd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/typedoc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches: [main]
66
schedule:
7-
- cron: 0 14 * * */3
7+
#At 14:00 on Wednesday
8+
- cron: 0 14 * * 3
89

910
permissions:
1011
pages: write

0 commit comments

Comments
 (0)