disable flake updates for now
This commit is contained in:
parent
d7dfa237d6
commit
3a769c86e2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-flake-lock.yml
vendored
4
.github/workflows/update-flake-lock.yml
vendored
|
@ -1,8 +1,8 @@
|
|||
name: update-flake-lock
|
||||
on:
|
||||
workflow_dispatch: # allows manual triggering
|
||||
schedule:
|
||||
- cron: '0 0 * * 1,4' # Run twice a week
|
||||
# schedule:
|
||||
# - cron: '0 0 * * 1,4' # Run twice a week
|
||||
|
||||
jobs:
|
||||
lockfile:
|
||||
|
|
Loading…
Reference in a new issue