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
|
name: update-flake-lock
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # allows manual triggering
|
workflow_dispatch: # allows manual triggering
|
||||||
schedule:
|
# schedule:
|
||||||
- cron: '0 0 * * 1,4' # Run twice a week
|
# - cron: '0 0 * * 1,4' # Run twice a week
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lockfile:
|
lockfile:
|
||||||
|
|
Loading…
Reference in a new issue