chore: fix automated update schedule

This commit is contained in:
Gabriel Arazas 2022-06-26 08:43:18 +08:00
parent b5d18015fe
commit fb009e9a98

View File

@ -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