Compare commits

..

1 commit

Author SHA1 Message Date
e0705223de
[CI] Forgejo action to update the lockfile
All checks were successful
/ test (push) Successful in 16s
2024-03-09 01:17:50 +01:00

View file

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