There was an error while loading. Please reload this page.
1 parent c72cf74 commit 5a8557dCopy full SHA for 5a8557d
1 file changed
.github/workflows/run-notebooks.yaml
@@ -8,6 +8,9 @@ on:
8
branches: [ main, develop ]
9
pull_request:
10
11
+ schedule:
12
+ # run every month on 6th day
13
+ - cron: '0 0 6 * *'
14
15
jobs:
16
jupyter-notebooks:
0 commit comments