Fixed timezone in schedule.yml + added README.md
This commit is contained in:
parent
d50e6600fc
commit
f6196c1de3
2 changed files with 4 additions and 1 deletions
3
.github/workflows/schedule.yml
vendored
3
.github/workflows/schedule.yml
vendored
|
|
@ -2,7 +2,8 @@ name: Run Python Script
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: '0 22 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
run-script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue