Revert "disable flake updates for now"
This reverts commit 3a769c86e2
.
We now have a better buildbot to handle this.
This commit is contained in:
parent
eaf2d21fa9
commit
c6f494de02
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