Removed cron in workflow, since now the workflow now runs with cron-job.org
This commit is contained in:
parent
5813ba052b
commit
302999189d
2 changed files with 3 additions and 3 deletions
2
.github/workflows/schedule.yml
vendored
2
.github/workflows/schedule.yml
vendored
|
|
@ -2,8 +2,6 @@ name: Running Library Reservation Script
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 22 * * *'
|
||||
|
||||
jobs:
|
||||
run-script:
|
||||
|
|
|
|||
|
|
@ -1,2 +1,4 @@
|
|||
# KIT Library Automation
|
||||
Will improve the code soon, just some proof-of-concept right now!
|
||||
|
||||
I use https://cron-job.org to run the github workflow instantly without any delays.
|
||||
Loading…
Add table
Add a link
Reference in a new issue