Skip to content

Commit 5e49ac3

Browse files
committed
ci: add weekly schedule to catch dependency breakages
1 parent d67e3c5 commit 5e49ac3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [main]
66
pull_request:
77
branches: [main]
8+
schedule:
9+
- cron: "0 6 * * 1"
810

911
jobs:
1012
test:

0 commit comments

Comments
 (0)