1 parent 3cd7b0c commit 88b7049Copy full SHA for 88b7049
1 file changed
.github/workflows/tests.yml
@@ -3,6 +3,8 @@ name: Tests
3
on:
4
push:
5
pull_request:
6
+ schedule:
7
+ - cron: '0 7 * * 1'
8
9
jobs:
10
tests:
0 commit comments