Compare commits
1 commit
e0705223de
...
a75bbaa386
Author | SHA1 | Date | |
---|---|---|---|
a75bbaa386 |
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
name: update-flake-lock
|
||||
on:
|
||||
workflow_dispatch: # allows manual triggering
|
||||
schedule:
|
||||
- cron: '19 1 * * 6'
|
||||
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
|
||||
|
||||
jobs:
|
||||
lockfile:
|
||||
|
|
Reference in a new issue