diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index bb04101..718c00c 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -2,8 +2,6 @@ name: Running Library Reservation Script on: workflow_dispatch: - schedule: - - cron: '0 22 * * *' jobs: run-script: diff --git a/README.md b/README.md index 746efbf..e04db80 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # KIT Library Automation -Will improve the code soon, just some proof-of-concept right now! \ No newline at end of file +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. \ No newline at end of file