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
parent e0fe3d7b75
commit ec4f48298c

View file

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