Skip to content

Commit 5a8557d

Browse files
committed
ADD: run github action periodically
1 parent c72cf74 commit 5a8557d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/run-notebooks.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
branches: [ main, develop ]
99
pull_request:
1010
branches: [ main, develop ]
11+
schedule:
12+
# run every month on 6th day
13+
- cron: '0 0 6 * *'
1114

1215
jobs:
1316
jupyter-notebooks:

0 commit comments

Comments
 (0)