Testing flake lock updates
This commit is contained in:
parent
716a2ce109
commit
43c5be92c6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue