diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index d34f8c4..2b05e30 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -2,7 +2,7 @@ name: "Update flake.lock ❄️" on: workflow_dispatch: schedule: - - cron: "0 9 * * *" + - cron: "0 9 * * 1" jobs: update-flake-lock: runs-on: ubuntu-latest