mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Every week on Friday.
|
# Every week on Friday.
|
||||||
- cron: '0 * * * 5'
|
- cron: '0 0 * * 5'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user