Skip to content

Commit 88b7049

Browse files
committed
Run tests weekly on a schedule
1 parent 3cd7b0c commit 88b7049

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Tests
33
on:
44
push:
55
pull_request:
6+
schedule:
7+
- cron: '0 7 * * 1'
68

79
jobs:
810
tests:

0 commit comments

Comments
 (0)