Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk 2022-01-16 16:47:59 +03:00
parent e31d185ccc
commit 0a432bd238

View file

@ -2,7 +2,7 @@ name: auto-update
on:
workflow_dispatch:
schedule:
- cron: '0 0,12 * * *'
- cron: '0 0 * * *'
jobs:
setup:
runs-on: ubuntu-latest