mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-21 16:54:33 +01:00
Maintenance Workflow Interval -> once a day
This commit is contained in:
parent
9912e30b0f
commit
86cd523be3
2
.github/workflows/maintenance.yml
vendored
2
.github/workflows/maintenance.yml
vendored
@ -3,7 +3,7 @@ name: Maintenance
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '*/60 * * * *' #every hour
|
||||
- cron: '0 0 * * *' #once a day
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user