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