Skip to content

Commit 9d6924c

Browse files
authored
Schedule weekly CI runs (#70)
1 parent 96e749f commit 9d6924c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

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

911
env:
1012
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)