Skip to content

Commit 12a814f

Browse files
committed
Add weekly scheduled CI runs
1 parent 97f758f commit 12a814f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
push:
99
branches: [main, 0.5.x]
1010
pull_request:
11+
schedule:
12+
- cron: "38 6 * * 5"
1113

1214
jobs:
1315
lint:

0 commit comments

Comments
 (0)