diff --git a/.github/workflows/automate-update.yml b/.github/workflows/automate-update.yml index 788fdd4f..94aa52fa 100644 --- a/.github/workflows/automate-update.yml +++ b/.github/workflows/automate-update.yml @@ -2,7 +2,7 @@ name: "Automated flake inputs update" on: schedule: # Every week on Friday. - - cron: '0 * * * 5' + - cron: '0 0 * * 5' jobs: build: runs-on: ubuntu-latest