Trying some experiment with the github workflow, because of huge queue durations.
This commit is contained in:
parent
19d0533af1
commit
b388cc9245
1 changed files with 1 additions and 0 deletions
1
.github/workflows/schedule.yml
vendored
1
.github/workflows/schedule.yml
vendored
|
|
@ -3,6 +3,7 @@ name: Running Library Reservation Script
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
|
- cron: '40,45,50,55 21 * * *'
|
||||||
- cron: '0 22 * * *'
|
- cron: '0 22 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue