diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index 6a3e060..3cc52e6 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -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: