Merge pull request 'Update Flake' (#33) from update-flake into main
All checks were successful
build / test (push) Successful in 9s

This commit is contained in:
DavHau 2023-07-26 14:52:49 +02:00 committed by Gitea
parent 62ae99ecb6
commit f84a7c6a65

View File

@ -2,7 +2,7 @@ name: update-flake-lock
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
- cron: '0/2 * * * *' # runs weekly on Sunday at 00:00
jobs:
lockfile: