mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
chore: fix automated update schedule
This commit is contained in:
parent
b5d18015fe
commit
fb009e9a98
2
.github/workflows/automate-update.yml
vendored
2
.github/workflows/automate-update.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user