Adjust flake update timing to avoid collision with automatic cert update

This commit is contained in:
Vili Sinervä 2025-07-30 11:24:57 +03:00
parent b99eecce2f
commit bc7ce400e7
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos

View file

@ -1,6 +1,6 @@
on:
schedule:
- cron: '0 21 * * *'
- cron: '50 20 * * *'
workflow_dispatch:
jobs:
flake-lock-update: