ci(update): only check once a week (sat)

I need a break...
This commit is contained in:
Christian Clason 2025-04-02 11:01:15 +02:00 committed by Christian Clason
parent 79a6192d47
commit 36a7d010bb

View file

@ -2,7 +2,7 @@ name: Update lockfile
on:
schedule:
- cron: "30 6 * * *"
- cron: "30 6 * * 6"
workflow_dispatch:
jobs: