We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b562360 commit 6b419b0Copy full SHA for 6b419b0
.github/workflows/run_notebook.yml
@@ -2,6 +2,9 @@ name: Run Notebook
2
3
on:
4
workflow_dispatch:
5
+ schedule:
6
+ # Runs at 9:00 AM Central (14:00 UTC)
7
+ - cron: '0 14 * * *'
8
push:
9
branches: [ main ]
10
pull_request:
0 commit comments