Skip to content

Commit 52bf3ca

Browse files
committed
run tests weekly
1 parent a524adb commit 52bf3ca

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test_notebooks.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Test notebooks
2-
on: [push, pull_request]
2+
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: '0 0 * * 0'
38

49
jobs:
510
test:

0 commit comments

Comments
 (0)