Testing flake lock updates

This commit is contained in:
albert 2025-02-11 20:36:59 -08:00
parent 716a2ce109
commit 43c5be92c6
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -3,7 +3,8 @@ name: update-flake-lock
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
# - cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
- cron: '0 8 * * *' # Daily 8AM UTC
jobs:
update-flake-lock:
runs-on: forgejo