Removed cron in workflow, since now the workflow now runs with cron-job.org

This commit is contained in:
b267a 2025-07-28 10:42:47 +02:00
parent 5813ba052b
commit 302999189d
2 changed files with 3 additions and 3 deletions

View file

@ -2,8 +2,6 @@ name: Running Library Reservation Script
on:
workflow_dispatch:
schedule:
- cron: '0 22 * * *'
jobs:
run-script:

View file

@ -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.