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 4659d31 commit bb2cfb7Copy full SHA for bb2cfb7
.github/workflows/views.yml
@@ -1,5 +1,5 @@
1
# This workflow initializes a Python environment and executes
2
-# the specified .py file/s at a scheduled time of 11:30pm
+# the specified .py file/s at a scheduled time of 12:25am
3
# each day. In this case the views.py file located in the
4
# main branch of this repository.
5
@@ -11,7 +11,7 @@ on:
11
# - main
12
13
schedule:
14
- - cron: '45 23 * * *' # Runs at 11:45pm UTC every day
+ - cron: '25 0 * * *' # Runs at 12:25am UTC every day
15
16
jobs:
17
extract-views:
0 commit comments