Skip to content

Commit 6b419b0

Browse files
committed
run it on a cron job
1 parent b562360 commit 6b419b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run_notebook.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Run Notebook
22

33
on:
44
workflow_dispatch:
5+
schedule:
6+
# Runs at 9:00 AM Central (14:00 UTC)
7+
- cron: '0 14 * * *'
58
push:
69
branches: [ main ]
710
pull_request:

0 commit comments

Comments
 (0)