Update .gitea/workflows/main.yml
Some checks failed
update-flake-lock / lockfile (push) Failing after 53s

This commit is contained in:
sora 2023-11-15 14:44:38 +01:00
parent cfcd249e51
commit 843e43aea0

View File

@ -2,7 +2,7 @@ name: update-flake-lock
on:
workflow_dispatch:
schedule:
- cron: '*/5 * * * *' # runs weekly on Sunday at 00:00 ... 0 0 * * 0
- cron: '0 0 * * *' # runs weekly on Sunday at 00:00 ... 0 0 * * 0
env: