Skip to content

Commit bb2cfb7

Browse files
Add files via upload
1 parent 4659d31 commit bb2cfb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/views.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This workflow initializes a Python environment and executes
2-
# the specified .py file/s at a scheduled time of 11:30pm
2+
# the specified .py file/s at a scheduled time of 12:25am
33
# each day. In this case the views.py file located in the
44
# main branch of this repository.
55

@@ -11,7 +11,7 @@ on:
1111
# - main
1212

1313
schedule:
14-
- cron: '45 23 * * *' # Runs at 11:45pm UTC every day
14+
- cron: '25 0 * * *' # Runs at 12:25am UTC every day
1515

1616
jobs:
1717
extract-views:

0 commit comments

Comments
 (0)