This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
name: update-flake-lock
|
||||
on:
|
||||
workflow_dispatch: # allows manual triggering
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 * * * *' # runs weekly on Sunday at 00:00 ... 0 0 * * 0
|
||||
- cron: '*/5 * * * *' # runs weekly on Sunday at 00:00 ... 0 0 * * 0
|
||||
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user