run automatic update less often

This commit is contained in:
Daylin Morgan 2024-10-17 11:47:00 -05:00
parent d272f58aa8
commit a5a2f580af
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -3,7 +3,8 @@ name: Flake Update / Build
on:
workflow_dispatch:
schedule:
- cron: 0 0 * * *
# At minute 0 on Monday, Wednesday, and Friday.
- cron: 0 * * * 1,3,5
permissions:
contents: write