Skip to content

Commit 0ad5f31

Browse files
committed
Change frequency of automated run
1 parent 7a1d0ef commit 0ad5f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Type Coverage and Linting
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 0 * * *"
6+
- cron: "0 0 * * 6"
77
push:
88
branches:
99
- main

0 commit comments

Comments
 (0)