[CI] Fix update-flake-lock workflow cron time
All checks were successful
/ test (push) Successful in 16s

This commit is contained in:
Andrea Ciceri 2024-03-11 11:33:28 +01:00
parent 837ae3c7e4
commit a3bfa93206
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -1,7 +1,7 @@
name: update-flake-lock
on:
schedule:
- cron: '45 14 * * *' # daily at 14:30
- cron: '30 14 * * *' # daily at 14:30
jobs:
lockfile: