Skip to content

Commit 87be1e4

Browse files
authored
CI: Add weekly testing to CI via cron (#147)
Adds a scheduled job to execute the notebooks once a week. Updated notifications on failed jobs to follow.
1 parent 3616e49 commit 87be1e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/notebooks.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
branches:
99
- main
10+
schedule:
11+
- cron: '0 5 * * 1'
1012

1113
jobs:
1214
build:

0 commit comments

Comments
 (0)