github/flake-update: run at 6AM on Fridays

This commit is contained in:
Aly Raffauf 2024-08-31 13:26:24 -04:00
parent f740fa60bc
commit a3af23f608

View file

@ -1,7 +1,7 @@
name: "flake-update" name: "flake-update"
on: on:
schedule: schedule:
- cron: "0 0 * * 0" - cron: "0 6 * * 5"
workflow_dispatch: workflow_dispatch:
jobs: jobs:
inputs-update: inputs-update: