Update mirror.yml

increase schedule interval until fixed error
This commit is contained in:
sidey79 2022-09-04 23:06:50 +02:00 committed by GitHub
parent 63ee8f808c
commit 3f8750eaeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ on:
workflow_dispatch:
schedule:
- cron: '10 */1 * * *' # every hour to keep cache up to date
- cron: '10 */10 * * *' # every hour to keep cache up to date
jobs:
# This workflow contains a single job called "build"