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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 22 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-script:
|
run-script:
|
||||||
|
|
|
||||||
2
README.md
Normal file
2
README.md
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
# KIT Library Automation
|
||||||
|
Will improve the code soon, just some proof-of-concept right now!
|
||||||
Loading…
Add table
Add a link
Reference in a new issue